profile output for kcachegrind ?

Sebastien de Menten sdementen at hotmail.com
Wed Jul 23 04:44:17 EDT 2003


There is documentation on the output of valgrind (i.e. the input of
kcachegrind) at section "output" in
http://developer.kde.org/~sewardj/docs-1.9.5/cg_techdocs.html

For optimal use of kcachegrind, one needs also the "calltree skin" for
valgrind that outputs an augmented file for kcachegrind. But I did not
find any doc on this augmented format...

I think that even without the calltree plugin, kcachegrind could be
used advantageously for profiling python code.

Seb

Neil Smith <nsmith at ilangua.com> wrote in message news:<mailman.1058891197.18186.python-list at python.org>...
> I've been using visualization of profile output as input to develop my 
> first pyGTK application, but if the input format read by kcachegrind was 
> well documented it would be a trivial task to get profile output in the 
> correct format. Do you know whether it is well documented?
> 
> Neil.
> 
> Sebastien de Menten wrote:
> 
> >Hi,
> >
> >I am using the profile module to watch hot spots in a python
> >application.
> >
> >The default output is already useful but has anyone tried to produce
> >output readable by kcachegrind (http://kcachegrind.sourceforge.net/) ?
> >
> >seb
> >  
> >




More information about the Python-list mailing list