Performance Inspector Open Source Project 19
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."
Mac OS X performance tools (Score:5, Informative)
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.
Re:Mac OS X performance tools (Score:1)
Re:Mac OS X performance tools (Score:1, Funny)
If you want really good performance, use regedit to set the performance to go up to 11.
Re:Mac OS X performance tools (Score:3, Informative)
Re:Mac OS X performance tools (Score:2)
Peformance tools on Java... (Score:3, Funny)
! Performance Tip: Please use C++, instead of Java. This should lead to a noticeable performance increase.
Launching "java" process...
Re:Don't use those tools! (Score:5, Informative)
>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
Re:Don't use those tools! (Score:2, Interesting)
In simple language - this is as free as gcc.
Good job (Score:2)
SCO Soure Code? (Score:3, Funny)
kernel level profiling? (Score:2, Interesting)
"We believe the Linux community will be best served by consolidating most of the performance projects into one or two projects, and then move that functionality into the kernel."
in the kernel? why oh why would we want profiling tools embedded in the kernel?
Re:kernel level profiling? (Score:1)
But in this case oprofile or pi have to have a kernel element, so that they have access to the memory map of a program, and can set/read preformance counters in the cpu (or in cpus without perf regs, use a timer pop to sample the running application). And that's the key really when you compare
OpenSource alternative to Intel's VTune? (Score:1)
Interesting piece of software. I wonder if "Performance Inspector" was inspired by Intel's VTune Performance Analyzer software ( http://www.intel.com/software/products/vtune/ [intel.com]).
Either way, this might become a popular piece of software, especially if the capabilities and features are somewhat similar to that of the VTune program. Would probably make a good comparison article for DevChannel.org
--
Gerard Beekmans