[FE training-materials-updates] Remove slides about Callgrind/KCachegrind

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Sep 7 16:24:48 CEST 2016


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=f0b243a915577374a0e5fb59a4baa0b56e8e3bd7

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

commit f0b243a915577374a0e5fb59a4baa0b56e8e3bd7
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Wed Sep 7 16:24:48 2016 +0200

    Remove slides about Callgrind/KCachegrind
    
    We're already covering Valgrind earlier, and we anyway don't have much
    experience to share about these tools.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

f0b243a915577374a0e5fb59a4baa0b56e8e3bd7
 .../sysdev-application-development.tex               | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/slides/sysdev-application-development/sysdev-application-development.tex b/slides/sysdev-application-development/sysdev-application-development.tex
index 9ddf5af..438f294 100644
--- a/slides/sysdev-application-development/sysdev-application-development.tex
+++ b/slides/sysdev-application-development/sysdev-application-development.tex
@@ -654,26 +654,6 @@ Process 17019 detached
   \end{itemize}
 \end{frame}
 
-\begin{frame}
-  \frametitle{Callgrind / KCachegrind}
-  \begin{itemize}
-  \item {\bf Cachegrind} / {\bf Callgrind}: part of the Valgrind tool suite\\
-    Collects function call statistics and call graphs. Useful to know
-    in which functions most time is spent.
-  \item KCachegrind: \url{http://kcachegrind.sourceforge.net/}\\
-    An amazing visualizer for Cachegrind / Callgrind data.
-  \item KCachegrind can also import data from other profilers (such as
-    OProfile), and from profiling output from Python, Perl and PHP.
-  \end{itemize}
-\end{frame}
-
-\begin{frame}
-  \frametitle{KCachegrind screenshot}
-  \begin{center}
-    \includegraphics[width=\textwidth]{slides/sysdev-application-development/kcachegrind-screenshot.jpg}
-  \end{center}
-\end{frame}
-
 \setuplabframe
 {App. development and debugging}
 {




More information about the training-materials-updates mailing list