Created
August 25, 2015 08:08
-
-
Save awalterschulze/ccb4329e9a0ad1bdca97 to your computer and use it in GitHub Desktop.
Profiling Go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./test.test -test.cpuprofile=x.prof -test.run=XXX -test.bench=MyBenchmark | |
go tool pprof --svg test.test x.prof > x.svg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment