Skip to content

Commit

Permalink
Boot-time: minor improvement in slide
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
  • Loading branch information
Michael Opdenacker authored and tpetazzoni committed Oct 29, 2021
1 parent bbf83d4 commit de9bdbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slides/boot-time-measuring/boot-time-measuring.tex
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ \section{Measuring}
\begin{itemize}
\item \code{time} for measuring application time
\item \code{strace} for application tracing
\item \code{bootchartd} for tracing the execution of system services.
\item \code{bootchartd} for measuring and tracing the execution of system services.
\item More specifically, \code{systemd-analyze} if your system
is started with {\em Systemd}.
\item \kconfig{CONFIG_PRINTK_TIME} and \code{initcall_debug} for
tracing kernel code and functions.
tracing and timestamping kernel code and functions.
\end{itemize}
\end{frame}

Expand Down

0 comments on commit de9bdbb

Please sign in to comment.