``` bash $ go tool pprof -web x.test cpu.prof ``` results in a 404 in my browser. ``` bash $ 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.