Profiling is the process of measuring an application or system by running an analysis tool called a profiler.
So far, I've only used Rational Quantify. I've heard great things about Intel's VTune, but have never tried it! Edit: …
c++ performance profilingI've been using cProfile to profile my code, and it's been working great. I also use gprof2dot.py to …
python profiling line-by-lineI have an application running on my localhost and I want to profile the application to see how can I …
java eclipse web-applications profiling jprofilerOf all the Instruments Trace Templates, I love using: Zombies to detect where an object is getting over-released, great for …
xcode performance profiling instruments allocationI'm looking to find bottlenecks in my Java application in Eclipse. I'm thinking this might be useful: http://www.eclipse.…
java eclipse optimization profiling pluginsIs there a good profiler for javascript? I know that firebug has some support for profiling code. But I want …
javascript performance browser profilingThe activity monitor in sql2k8 allows us to see the most expensive queries. Ok, that's cool, but is there …
sql-server sql-server-2008 profilingI used to do all my Linux profiling with gprof. However, with my multi-threaded application, it's output appears to be …
c++ multithreading profiling gprofI have run a random forest for my data and got the output in the form of a matrix. What …
r profiling output random-forestWhat's a good way to profile a PHP page's memory usage? For example, to see how much memory my data …
php memory profiling