From cfccedd9c8db3af36d7c5635ca212fa170bb6ff5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 30 Jan 2012 20:20:24 -0600 Subject: Part 2 of prior commit --- tdecachegrind/converters/README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tdecachegrind/converters/README (limited to 'tdecachegrind/converters/README') diff --git a/tdecachegrind/converters/README b/tdecachegrind/converters/README new file mode 100644 index 00000000..c27d3c6d --- /dev/null +++ b/tdecachegrind/converters/README @@ -0,0 +1,24 @@ +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 for + dprof2calltree and pprof2calltree, +* Jörg Beyer 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 + -- cgit v1.2.1