Performance Inspector Open Source Project
An anonymous reader writes "Performance Inspector puts your finger on the pulse of your C/C++ and Java code, helping you nail down performance bottlenecks and problems with Linux kernel interaction. The suite of tools includes sample-based profiling, monitoring at the thread level, and more."
If you want to use performance tools like the Performance Inspector on Mac OS X, get the CHUD tools from http://developer.apple.com/tools/performance/. They provide a GUI so you do not need to use the command line expect for amber, the instruction tracer.
Shikari is a profiler that can use the CPU PMC(performance monitor counters), it can show you where your hot spot is in asm but gives line information if you compiled with -g.
>They're not open source,
>so please don't use them.
What planet are you from nerd-boy?
From the COPYING file:
Performance Inspector Components
Component license
post GPL
a2n GPL
perfutil GPL
swtrace GPL
rtdriver GPL
ptt GPL
jprof LGPL