Skip to content

cmd/pprof: web command works but -web flag does not #11729

@josharian

Description

@josharian
$ go tool pprof -web x.test cpu.prof

results in a 404 in my browser.

$ go tool pprof x.test cpu.prof
Entering interactive mode (type "help" for commands)
(pprof) web
(pprof) 

results in an svg displayed in my browser.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions