https://bieker.ninja/go/2015/01/22/profiling-go.html
<ourProgram>.test -test.cpuprofile=cpu.prof
go tool pprof <outProgram>.test cpu.prof
Welcome to pprof! For help, type 'help'.
(pprof) top10
Total: 1256 samples
1074 85.5% 85.5% 1074 85.5% code.google.com/p/go.crypto/blowfish.encryptBlock
90 7.2% 92.7% 90 7.2% runtime.usleep