KCachegrind can be used to investigate Hotshot profile
On Debian you will want the following packages:
- kcachegrind
- kcachegrind-converters
- valgrind
- valgrind-callgrind
- graphviz
Launch Chandler. Start profiler. Do your action. Stop profiler.
Then run hotshot2calltree Events.prof --output myprofile.grind.prof
Then launch kcachegrind, and open the myprofile.grind.prof in it, and enjoy!
Screenshot below:
