summaryrefslogtreecommitdiffstats
path: root/kcachegrind/converters/dprof2calltree
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-30 12:23:09 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-30 12:23:09 -0600
commit2020f146a7175288d0aaf15cd91b95e545bbb915 (patch)
tree82574d787cef440ad56a6e818d03e908caf3d07d /kcachegrind/converters/dprof2calltree
parent53b45e0887a2838628521c6086b48b9b4ffe41a4 (diff)
downloadtdesdk-2020f146a7175288d0aaf15cd91b95e545bbb915.tar.gz
tdesdk-2020f146a7175288d0aaf15cd91b95e545bbb915.zip
Rename ksocket and kcache
Diffstat (limited to 'kcachegrind/converters/dprof2calltree')
-rw-r--r--kcachegrind/converters/dprof2calltree4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcachegrind/converters/dprof2calltree b/kcachegrind/converters/dprof2calltree
index 940457c8..f276e188 100644
--- a/kcachegrind/converters/dprof2calltree
+++ b/kcachegrind/converters/dprof2calltree
@@ -53,7 +53,7 @@
# This creates a cachegrind-style file called cachgrind.out.tmon.out or
# cachegrind.out.foo, respecitvely.
#
-# 3) Run kcachegrind cachegrind.out.foo
+# 3) Run tdecachegrind cachegrind.out.foo
#
# 4) Enjoy!
@@ -171,7 +171,7 @@ foreach my $specifier ( keys %$tree ) {
}
$output .= "\n";
}
-print STDERR "Writing kcachegrind output to $outfile\n";
+print STDERR "Writing tdecachegrind output to $outfile\n";
$outfd->print($output);