Created
August 8, 2013 11:29
-
-
Save samuell/6183841 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 1 #!/bin/bash | |
| 2 rm basecompl.prof basecompl_blow | |
| 3 go build -o basecompl_blow basecompl_blow.go | |
| 4 ./basecompl_blow -cpuprofile=basecompl.prof > out.tmp | |
| 5 echo "top10"|go tool pprof basecompl_blow basecompl.prof |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment