From c527fd1f14c27855a37f2e8ac5346ce8d940ced2 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 03:05:19 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- .../profile-manual/profile-manual-examples.xml | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 documentation/profile-manual/profile-manual-examples.xml (limited to 'documentation/profile-manual/profile-manual-examples.xml') diff --git a/documentation/profile-manual/profile-manual-examples.xml b/documentation/profile-manual/profile-manual-examples.xml new file mode 100644 index 0000000000..9630c6c307 --- /dev/null +++ b/documentation/profile-manual/profile-manual-examples.xml @@ -0,0 +1,39 @@ + %poky; ] > + + + +Real-World Examples + + + This chapter contains real-world examples. + + +
+ Slow Write Speed on Live Images + + + In one of our previous releases (denzil), users noticed that booting + off of a live image and writing to disk was noticeably slower. + This included the boot itself, especially the first one, since first + boots tend to do a significant amount of writing due to certain + post-install scripts. + + + + The problem (and solution) was discovered by using the Yocto tracing + tools, in this case 'perf stat', 'perf script', 'perf record' + and 'perf report'. + + + + See all the unvarnished details of how this bug was diagnosed and + solved here: Yocto Bug #3049 + +
+ +
+ -- cgit v1.2.3-54-g00ecf