Top "Profiling" questions

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

do you have kcachegrind like profiling tools for mac

Can anybody tell me about the tools you have for profiling like kcachegrind wingrind valgrind for mac platform. I don't …

macos macports profiling
Profiling Django

My django application has become painfully slow on the production. Probably it is due to some complex or unindexed queries. …

django profiling
Why won't the VisualVM Profiler profile my application?

I've created a simple 1 file java application that iterates through a loop, calls some functions, allocates some memory, adds some …

java debugging profiling visualvm
Missing symbol names when profiling IPhone application with Instruments

I am compiling an IPhone application via command line (so no XCode options involved) and I am unable to get …

iphone xcode profiling instruments symbols
Any decent C# profilers out there?

I need a C# profiler. Although I'm not averse to paying for one, something which is free or at least …

c# .net profiling profiler
How to memory profile in Java?

I'm still learning the ropes of Java so sorry if there's a obvious answer to this. I have a program …

java profiling visualvm
Best .NET memory and performance profiler?

We are using JetBrains' dotTrace. What other profiling tools can be recommended that are better for profiling C# Windows Forms …

c# .net profiling profiler
Sort cProfile output by percall when profiling a Python script

I'm using python -m cProfile -s calls myscript.py python -m cProfile -s percall myscript.py does not work. The …

python profiling cprofile
Tracking *maximum* memory usage by a Python function

I want to find out what the maximum amount of RAM allocated during the call to a function is (in …

python memory profiling
How can I see symbols of (C and C++) binary on linux?

Which tools do you guys use? How do demangle c++ symbols do be able to pass it to profiler tools, …

c++ c performance profiling name-mangling