I\'m looking for a KCacheGrind alternative, or at least a binary package for Mac Os X? I\'d to use KCacheGrind with XDebug for PHP, but Mac Os X is the right environnement here...
Profiling a PHP application with Xdebug and KCacheGrind shows over 150% than (inclusive) spent in some functions. The app uses Smarty 3 and the strange functions are always in calls related to templat
I\'m using XDebug to generate profile repport. The profile are generated, but I\'m unable to create a complete call graph using kcachegraph.
I am trying to get some information about the flow of a large program. KCachegrind used to be g开发者_C百科reat for this in the past. But the latest version (0.6kde) I have on my system (Kubuntu 10.10
This is part of cachegrind output. This part of code has been executed for 1224 times. elmg1 is an array of unsigned long of size 16 x 20. My machine L1 cache size is 32KB, 64B cache line size and 8-w
I\'ve started profiling a script which has many sleep(n) statements. All in all, I get over 99% of the run time spent sleeping. Nevertheless, it occasionally runs into performance problems during the
Are there any tools that can analyze a folder full of xdebug dumps in aggregate? When we enabled Xdebug profiling on our production server for short periods of time, we always end up with hundreds of
I am using valgrind callgrind to profile a program on gtk. And then I use kcachedgrind to read the result. I have captured an update a screenshot of kcachedgrind here: http://i41.tinypic.com/168spk0.j
I\'m using cProfile to profile my Python program. Based upon this talk I was under the impression that KCacheGrind could parse and display the output from cProfile.
I\'m about to perform profiling to application. I have vagrind, but kcachegrindis not installed. Tryied to compile without success.