The keyword is "good". There's plenty of not-so-good stuff. here's my take on it: http://stackoverflow.com/questions/1777556/alternatives-to-gprof/1779343#1779343
– Mike DunlaveyOct 31 '10 at 13:57
1
http://stackoverflow.com/questions/3743504/any-references-on-dynamic-code-analysis/3745797#3745797
– Mike DunlaveyNov 01 '10 at 00:02
1 Answers1
0
There is a book on how to use Valgrind, a GNU/Linux tool set that has a few profilers. If you wanted to learn about profiling, playing with Valgrind is a great "interactive" way to do it.