Top "Profiling" questions

Profiling is the process of measuring an application or system by running an analysis tool called a profiler.

What's your favorite profiling tool (for C++)

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 profiling
How can I profile Python code line-by-line?

I've been using cProfile to profile my code, and it's been working great. I also use gprof2dot.py to …

python profiling line-by-line
How to connect JProfiler to an application running on localhost?

I have an application running on my localhost and I want to profile the application to see how can I …

java eclipse web-applications profiling jprofiler
How to profile memory usage & performance with Instruments?

Of all the Instruments Trace Templates, I love using: Zombies to detect where an object is getting over-released, great for …

xcode performance profiling instruments allocation
Profiling a Java Application in Eclipse? (plug-in)

I'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 plugins
What is the best way to profile javascript execution?

Is there a good profiler for javascript? I know that firebug has some support for profiling code. But I want …

javascript performance browser profiling
How Can I Log and Find the Most Expensive Queries?

The activity monitor in sql2k8 allows us to see the most expensive queries. Ok, that's cool, but is there …

sql-server sql-server-2008 profiling
How to profile multi-threaded C++ application on Linux?

I used to do all my Linux profiling with gprof. However, with my multi-threaded application, it's output appears to be …

c++ multithreading profiling gprof
Random forest output interpretation

I have run a random forest for my data and got the output in the form of a matrix. What …

r profiling output random-forest
PHP memory profiling

What's a good way to profile a PHP page's memory usage? For example, to see how much memory my data …

php memory profiling