I played around with Go a bit shortly after it came out. There wasn't a profiler then; is there one now?

link|improve this question

feedback

2 Answers

up vote 5 down vote accepted

I use pprof package, and Google perftools.

link|improve this answer
feedback

If you use the gccgo compiler instead of the 6g compiler, you'd probably be able to use the normal GNU tools, i.e. gprof.

I haven't actually done it with gprof, but I at least know that it works for gdb.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.