[bootlin/training-materials updates] master: boot-time labs: add blank spreadsheet to help with tests (5f6fb073)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Jun 13 10:41:39 CEST 2023


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

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

commit 5f6fb073af6376934bf55fa2cd31040d2a124266
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Jun 13 10:41:39 2023 +0200

    boot-time labs: add blank spreadsheet to help with tests
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

5f6fb073af6376934bf55fa2cd31040d2a124266
 lab-data/boot-time/results/fs-optimizations.ods    | Bin 0 -> 12732 bytes
 lab-data/boot-time/results/initial.ods             | Bin 0 -> 16435 bytes
 .../boot-time-software-measurement.tex             |  30 +++++++--------------
 labs/boot-time-software-measurement/initial.png    | Bin 0 -> 397417 bytes
 4 files changed, 9 insertions(+), 21 deletions(-)

diff --git a/lab-data/boot-time/results/fs-optimizations.ods b/lab-data/boot-time/results/fs-optimizations.ods
new file mode 100644
index 00000000..e24c1802
Binary files /dev/null and b/lab-data/boot-time/results/fs-optimizations.ods differ
diff --git a/lab-data/boot-time/results/initial.ods b/lab-data/boot-time/results/initial.ods
new file mode 100644
index 00000000..21044eec
Binary files /dev/null and b/lab-data/boot-time/results/initial.ods differ
diff --git a/labs/boot-time-software-measurement/boot-time-software-measurement.tex b/labs/boot-time-software-measurement/boot-time-software-measurement.tex
index e7af1f01..e6e37186 100644
--- a/labs/boot-time-software-measurement/boot-time-software-measurement.tex
+++ b/labs/boot-time-software-measurement/boot-time-software-measurement.tex
@@ -128,24 +128,12 @@ investigate some differences between two different runs.
 
 \section{Initial measurements}
 
-Now, take your calculator and fill the below table with the results from your experiments:
-
-\begin{tabular}{| l | l | r |}
-  \hline
-  Step & Duration & Description \\
-  \hline
-  \hline
-  U-Boot SPL & & Between \code{U-Boot SPL 2022.04} and \code{U-Boot 2022.04} \\
-  \hline
-  U-Boot & & Between \code{U-Boot 2022.04} and \code{Starting kernel} \\
-  \hline
-  Kernel & & Between \code{Starting kernel} and \code{Run /sbin/init} \\
-  \hline
-  Init scripts & & Between \code{Run /sbin/init} and \code{Starting ffmpeg} \\
-  \hline
-  Application & & Between \code{Starting ffmpeg} and \code{First frame decoded} \\
-  \hline
-  \hline
-  Total & & \\
-  \hline
-\end{tabular}
+Now, run the test 3 times and using LibreOffice Calc, fill the \code{Run 1},
+\code{Run 2} and \code{Run 3} columns in the table in the
+\code{~/boot-time-labs/results/initial.ods} spreadsheet. The averages and standard
+deviations of the measurements will be computed automatically.
+
+Here's the kind of results you should get after filling the table:
+
+\includegraphics[width=\textwidth]{labs/boot-time-software-measurement/initial.png}
+
diff --git a/labs/boot-time-software-measurement/initial.png b/labs/boot-time-software-measurement/initial.png
new file mode 100644
index 00000000..7ee56fe0
Binary files /dev/null and b/labs/boot-time-software-measurement/initial.png differ




More information about the training-materials-updates mailing list