You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdesdk/tdecachegrind/converters
Michele Calgaro 8a861e2bb8
Removed code formatting modelines.
4 years ago
..
CMakeLists.txt [tdesdk/cmake] added forgotten files 12 years ago
Makefile.am Part 2 of prior commit 12 years ago
README Part 2 of prior commit 12 years ago
dprof2calltree Removed code formatting modelines. 4 years ago
hotshot2calltree Part 2 of prior commit 12 years ago
memprof2calltree Part 2 of prior commit 12 years ago
op2calltree Part 2 of prior commit 12 years ago
pprof2calltree Part 2 of prior commit 12 years ago

README

This directory contains some scripts to convert output of different
profiling tools into the format which can be loaded by KCachegrind.
See the comment at start of every script for details.

In the long run, these should be replaced by import filters in
KCachegrind directly, but I can't promise anything. Partly, this
is because some scripts are provided as contribution from others.

hotshot2calltree   Converter from Python Hotshot Profiler.
op2calltree        Converter from OProfile sampling data. 
dprof2calltree     Converter from PERL::DProf Profiler.
pprof2calltree     Converter from APD PHP Profiler.

Thanks go to
* George Schlossnagle <george@omniti.com> for
  dprof2calltree and pprof2calltree,
* Jörg Beyer <job@webde-ag.de> for
  hotshot2calltree

If you want to write a converter, have a look at the calltree format
description on the web site (tdecachegrind.sf.net).

Josef