[bootlin/training-materials updates] master: debugging: slides: reword sentence about Kcachegrind (af6f6023)

Luca Ceresoli luca.ceresoli at bootlin.com
Thu Aug 24 21:57:37 CEST 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/af6f6023ac72d52371a01567574dcfe13be64661

>---------------------------------------------------------------

commit af6f6023ac72d52371a01567574dcfe13be64661
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Wed Aug 23 17:43:29 2023 +0200

    debugging: slides: reword sentence about Kcachegrind
    
    Kcachegring has been introduced in the previous slide, thus this line is
    better reworded a bit.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


>---------------------------------------------------------------

af6f6023ac72d52371a01567574dcfe13be64661
 .../debugging-application-profiling/debugging-application-profiling.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/debugging-application-profiling/debugging-application-profiling.tex b/slides/debugging-application-profiling/debugging-application-profiling.tex
index 1987ac42..798f08ba 100644
--- a/slides/debugging-application-profiling/debugging-application-profiling.tex
+++ b/slides/debugging-application-profiling/debugging-application-profiling.tex
@@ -406,7 +406,7 @@ $ valgrind --tool=callgrind ./my_program
 
   \item \code{callgrind_annotate} is a CLI tool used to visualize callgrind
         simulation results.
-  \item Results can also be visualized using a GUI tool named Kcachegrind.
+  \item Kcachegrind can visualize {\em callgrind} results too.
   \item The cache simulation (done using cachegrind) has some accuracy
         shortcomings (See \href{https://valgrind.org/docs/manual/cg-manual.html#cg-manual.annopts.accuracy}{Cachegrind accuracy})
   \end{itemize}




More information about the training-materials-updates mailing list