diff options
Diffstat (limited to 'kcachegrind/converters/dprof2calltree')
-rw-r--r-- | kcachegrind/converters/dprof2calltree | 4 |
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); |