From dc0f665d4aa9587390d84153858f56a3d58e52e9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 30 Jan 2012 11:57:55 -0600 Subject: [PATCH] Rename ksocket and kcache --- HACKING | 4 ++-- 1 file 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