Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

17
votes
4answers
3k views

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. However, when I go to import the ...
8
votes
5answers
1k views

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 in terminal(e.g using ssh) on the remote server. I know it's possible to setup VNC or ...
5
votes
2answers
180 views

first function unknown

I am doing first steps with KCachegrind/Cachegrind. I run Cachegrind on machine A then I moved the output files on machine B where I have KCachegrind installed. I don't know why but I have always ...
4
votes
1answer
61 views

How to understand the output of callgrind using Kcachegrind

When profiling the log Kcachegrind shows %of inclusive as 13.92%. Should it not be close to 100% as mentioned in the FAQ Q:1?? Here is the screenshot of the profile log
2
votes
1answer
94 views

unable to parse .xt files made from xdebug php exension

for some reason i'm able to create the outputfile inside my /tmp directory but the files aren't readable neither from kcachegrind or wcachegrind (the windows version) php 5.3.6 xdebug 2.1.1 the file ...
2
votes
1answer
943 views

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... Thank you Edit: I ...
2
votes
1answer
162 views

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. The XDebug config is: ...
2
votes
1answer
391 views

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 great for this in the past. But the latest version (0.6kde) I have on my system (Kubuntu 10.10) won't ...
2
votes
2answers
344 views

kcachegrind for RHEL 5.1

I'm about to perform profiling to application. I have vagrind, but kcachegrind is not installed. Tryied to compile without success. Where it can be obtained from for RHEL 5.1?
2
votes
2answers
636 views

KCachegrind interpretation confusion

I am trying to understand the values shown in Kcachegrind in the left panel I have Incl. (which I read in the manual is inclusive), Self, Called an Function Now I am analyzing this cachegrind file ...
1
vote
1answer
46 views

Kcachegrind/callgrind is inaccurate for dispatcher functions?

I have a model code on which kcachegrind/callgrind reports strange results. It is kind of dispatcher function. The dispatcher is called from 4 places; each call says, which actual do_J function to run ...
1
vote
1answer
29 views

Use different objdump in kcachegrind

Kcachegrind will use the default one objdump by default (to get asm code from ELF). Is it possible to force Kcachegrind to use different objdump, e.g. /home/os_gx/local/bin/arm-linux/objdump?
1
vote
2answers
390 views

Which is the most reliable profiling tool gprof or kachegrind?

Profiling some C++ number crunching code with both gprof and kcachegrind gives similar results for the functions that contribute most to the execeution time (50-80% depending on input) but for ...
1
vote
1answer
66 views

Shorten function names in profling results with valgrind+kcachegrind

I work usually with valgrind+kcachegrind to profile C++ codes. A new code I am working with uses very long function names, so that the graphical results are a mess. I wonder how can one shorten the ...
1
vote
1answer
67 views

Kcachegrind override list item limit of 499

Currently, I can't get my kcachegrind instance to display more than 499 list items. This leaves me with an incomplete Call Graph. Is there a way to not skip functions?
1
vote
1answer
125 views

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 ...
1
vote
1answer
188 views

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 ...
1
vote
1answer
166 views

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 ...
1
vote
1answer
456 views

Using callgrind/kcachegrind to get per-thread statistics

I'd like to be able to see how "expensive" each thread in my application is using callgrind. I profiled with the --separate-thread=yes option which gives you a callgrind file for the whole app and ...
0
votes
1answer
29 views

Get full App Call Graph in KCacheGrind

I want get full graph of my script using KCacheGrind, it this possible?
0
votes
1answer
26 views

Confusing output from Kcachegrind

enter link description here Hi, I am profiling my C code with Kcachegrind. But I am confused with the output tree-map view of the call graph (see the above mentioned link). I have compiled the code: ...
0
votes
0answers
163 views

Symfony2 Xdebug profiler not outputting cachgrind.out file?

I have setup xdebug and kcachegrind on my dev server. A cachegrind.out file is being produced but the only function call is ini_get. I have no idea where to start. The profiler is enabled and the .out ...
0
votes
1answer
58 views

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 the most time spent inside any given function was spent inside '' and the top 'Callers' were ...
0
votes
0answers
59 views

kcachegrind for windows

Is there a kcachegrind profiler for windows (without needs of installing full KDE)? Or anything which can read its format and render from it: a callgraph annotated source annotated asm code ...
0
votes
1answer
96 views

View gprof output in kcachegrind

How to view output of gprof in kcachegrind? Is here a converter from gcc's gmon.out into callgrind.out?
0
votes
0answers
89 views

Is there a tool to examine the difference of two callgrind/valgrind profiles?

I'm trying to understand how a program's performance changes when run with different options—I have a factor of 1.8 I'd like to explain. I've been doing profiling with [valgrind]'s callgrind ...
0
votes
1answer
143 views

Php Kcachegrind installation workflow

Mac environment (php v5.3.3).I need to analyze xdebug profiling logs.Reading around I understood that I should use Kcachegrind.I'm following a DevZone tutorial Profiling PHP applications with Xdebug.I ...
0
votes
1answer
285 views

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 ...
0
votes
1answer
225 views

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: ...
0
votes
3answers
803 views

To use Xdebug2's profiling data in debugging PHP by Ubuntu

My question is based on this article. How can you make the profiling data about a PHP code by Xdubug2 and then put it to an app like KCacheGrind? I have used successfully Xdebug in my Ubuntu, since ...
0
votes
1answer
485 views

Showing call tree in kcachegrind

How can I use kcachegrind to get a non-graphical tree of all my function calls, in the order they were called? There are two typical ways to look at profiling data: sorted by the most expensive ...