summaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-30 11:57:55 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-30 11:57:55 -0600
commitdc0f665d4aa9587390d84153858f56a3d58e52e9 (patch)
tree7c861c33363205e14d2ec97294f3040415c8aeb8 /HACKING
parent6d12e19c8a818f962b520995842d3ce218051f05 (diff)
downloaddigikam-dc0f665d4aa9587390d84153858f56a3d58e52e9.tar.gz
digikam-dc0f665d4aa9587390d84153858f56a3d58e52e9.zip
Rename ksocket and kcache
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 3f75062..19e2629 100644
--- a/HACKING
+++ b/HACKING
@@ -252,9 +252,9 @@ valgrind --tool=callgrind --instr-atstart=no digikam
and prepare the situation you want to profile. Then, in another console, start profiling with
"callgrind_control -i on" and, after the situation has passed, request a profile dump with
"callgrind_control -d".
-The resulting callgrind.out files need to be viewed with the kcachegrind program, e.g.:
+The resulting callgrind.out files need to be viewed with the tdecachegrind program, e.g.:
-kcachegrind callgrind.out.16693.1
+tdecachegrind callgrind.out.16693.1
=================================================================================
API Documentation Validation, User Documentation Validation, Source Code Checking