[bootlin/training-materials updates] master: debugging: labs: remove dubious sentence (2f7e154e)

Luca Ceresoli luca.ceresoli at bootlin.com
Thu Aug 24 16:14:43 CEST 2023


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

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

commit 2f7e154e2db4f74aecec267bb70e0642302f0bdd
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Wed Aug 23 17:42:18 2023 +0200

    debugging: labs: remove dubious sentence
    
    This sentence seems illogical, but anyway it does not add to what has
    already been stated above.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

2f7e154e2db4f74aecec267bb70e0642302f0bdd
 .../debugging-application-profiling.tex                                | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/labs/debugging-application-profiling/debugging-application-profiling.tex b/labs/debugging-application-profiling/debugging-application-profiling.tex
index d17da459..a87d97ac 100644
--- a/labs/debugging-application-profiling/debugging-application-profiling.tex
+++ b/labs/debugging-application-profiling/debugging-application-profiling.tex
@@ -110,8 +110,7 @@ Looking at the results, it seems like our conversion function is
 actually taking a negligible time. However, valgrind simulate the program with
 an "ideal" cache. In real life, the processor is often used by other
 applications and the kernel also takes some time to execute which leads to cache
-disturbance. Hence, callgrind is a good tool to optimize applications based on
-CPU time
+disturbance.
 
 \section{Perf}
 




More information about the training-materials-updates mailing list