Skip to content
Snippets Groups Projects

Add a note about make clean and boot

Merged Oleg Grenrus requested to merge phadej/nofib:add-note-about-clean into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -49,6 +49,9 @@ $ make boot
$ 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
and use the program in `./nofib-analyse/nofib-analyse`, for example:
Loading