Top "Kcachegrind" questions

Visual support for the cachegrind skin of the memory analyzer Valgrind.

Using cProfile results with KCacheGrind

I'm using cProfile to profile my Python program. Based upon this talk I was under the impression that KCacheGrind could …

python profiling kcachegrind cprofile
Error summary in Valgrind output?

I have seen some of the post regarding valgrind but not single post helped me in understanding interpretation of valgrind …

debugging memory memory-leaks valgrind kcachegrind
Is there any KCacheGrind alternative for Mac Os X outta there?

I'm looking for a KCacheGrind alternative, or at least a binary package for Mac Os X? I'd to use KCacheGrind …

php profiling xdebug kcachegrind
Console alternative of kcachegrind?

Kcachegrind rocks and it's of my favorite tools, however from time to time I'm missing the ability to run it …

linux console kcachegrind callgrind
KCachegrind interpretation confusion

I am trying to understand the values shown in Kcachegrind in the left panel I have Incl. (which I read …

php kcachegrind
What is "<Cycle 1>" an indication of in Xdebug?

I have an xdebug profile on a php script that I parsed with kcachegrind. Here is a screenshot showing that …

profiling xdebug kcachegrind
PHP parser for cachegrind files?

Is there such a thing? I'm on windows and using the WinCacheGrind app and it doesn't seem to work with …

php windows xdebug kcachegrind
Make callgrind show all function calls in the kcachegrind callgraph

I was using valgrind tool - callgrind and kcachegrind for profiling a large project and was wondering if there is …

valgrind callgrind kcachegrind
Which is the most reliable profiling tool gprof or kcachegrind?

Profiling some C++ number crunching code with both gprof and kcachegrind gives similar results for the functions that contribute most …

c++ profiling gprof kcachegrind