diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-30 20:20:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-30 20:20:24 -0600 |
commit | cfccedd9c8db3af36d7c5635ca212fa170bb6ff5 (patch) | |
tree | c80df038c9b6e40b4e28c26203de0dd9b1cd1593 /kcachegrind/converters/README | |
parent | 2020f146a7175288d0aaf15cd91b95e545bbb915 (diff) | |
download | tdesdk-cfccedd9c8db3af36d7c5635ca212fa170bb6ff5.tar.gz tdesdk-cfccedd9c8db3af36d7c5635ca212fa170bb6ff5.zip |
Part 2 of prior commit
Diffstat (limited to 'kcachegrind/converters/README')
-rw-r--r-- | kcachegrind/converters/README | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/kcachegrind/converters/README b/kcachegrind/converters/README deleted file mode 100644 index c27d3c6d..00000000 --- a/kcachegrind/converters/README +++ /dev/null @@ -1,24 +0,0 @@ -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 - |