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 with XDebug for PHP, but Mac Os X is the right environnement here...[详细]
2023-02-20 04:26 分类:问答Profiling shows more than 100% spent in function
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[详细]
2023-02-17 11:59 分类:问答kcachegrind having difficulties to link php xdebug calls
I\'m using XDebug to generate profile repport. The profile are generated, but I\'m unable to create a complete call graph using kcachegraph.[详细]
2023-02-10 12:43 分类:问答Why doesn't kcachegrind display the call graph?
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[详细]
2023-01-25 06:18 分类:问答Cachegrind output interpretation
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[详细]
2023-01-22 15:57 分类:问答Python cProfile: how to filter out specific calls from the profiling data?
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[详细]
2023-01-17 12:32 分类:问答Tools for analyzing cachegrind files in aggregate?
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[详细]
2023-01-16 00:29 分类:问答Need help in understanding kcachedgrind output
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[详细]
2022-12-30 04:30 分类:问答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 parse and display the output from cProfile.[详细]
2022-12-14 08:50 分类:问答kcachegrind for RHEL 5.1
I\'m about to perform profiling to application. I have vagrind, but kcachegrindis not installed. Tryied to compile without success.[详细]
2022-12-12 12:19 分类:问答