summaryrefslogtreecommitdiffstats
path: root/kcachegrind/converters/pprof2calltree
diff options
context:
space:
mode:
Diffstat (limited to 'kcachegrind/converters/pprof2calltree')
-rw-r--r--kcachegrind/converters/pprof2calltree4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcachegrind/converters/pprof2calltree b/kcachegrind/converters/pprof2calltree
index 59f8770d..0e70e1c2 100644
--- a/kcachegrind/converters/pprof2calltree
+++ b/kcachegrind/converters/pprof2calltree
@@ -34,7 +34,7 @@
# and is provided completely free and without any warranty.
#
# This script is designed to convert the pprof output from
-# APD (http://pecl.php.net/apd/) to one readable by kcachegrind. To use
+# APD (http://pecl.php.net/apd/) to one readable by tdecachegrind. To use
# this script:
#
# 1) Install APD.
@@ -204,7 +204,7 @@ foreach($tree as $caller => $data) {
}
print "\ntotals=$total_cost\n";
$buffer = ob_get_clean();
-print "Writing kcachegrind compatible output to $outfile\n";
+print "Writing tdecachegrind compatible output to $outfile\n";
fwrite($OUT, $buffer);
function usage()