Skip to content
Snippets Groups Projects
Commit 03dc0738 authored by Oleg Grenrus's avatar Oleg Grenrus
Browse files

Add a note about make clean and boot

parent 4d39f6ba
No related branches found
No related tags found
No related merge requests found
Pipeline #5004 passed
...@@ -49,6 +49,9 @@ $ make boot ...@@ -49,6 +49,9 @@ $ make boot
$ make EXTRA_HC_OPTS="-fllvm" $ make EXTRA_HC_OPTS="-fllvm"
``` ```
**Note:** to get all the results, you have to `clean` and `boot` between
separate `nofib` runs.
To compare the results of multiple runs, save the output in a logfile To compare the results of multiple runs, save the output in a logfile
and use the program in `./nofib-analyse/nofib-analyse`, for example: and use the program in `./nofib-analyse/nofib-analyse`, for example:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment