Updated build speeds.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 0s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 0s
This commit is contained in:
parent
83caa0ac74
commit
584b9ecf5e
18
README.md
18
README.md
|
@ -49,16 +49,20 @@ Then build result based compile rules see an example in; `test/ahello-m80/0modul
|
|||
When you want to see whats happening do a debug run;
|
||||
|
||||
normal run;
|
||||
time make clean assert-all
|
||||
real 0m1.938s
|
||||
time make assert-all
|
||||
real 0m2.323s
|
||||
|
||||
debug run;
|
||||
time MB_OPENMSX_RENDERER=SDL MB_OPENMSX_THROTTLE=ON make clean assert-all
|
||||
real 0m32.977s
|
||||
debug run at 11 Mhz;
|
||||
time MB_OPENMSX_RENDERER=SDL MB_OPENMSX_THROTTLE=ON make assert-all
|
||||
real 0m40.930s
|
||||
|
||||
debug run real msx speed;
|
||||
time MB_OPENMSX_RENDERER=SDL MB_OPENMSX_THROTTLE=ON MB_OPENMSX_SPEED=100 make clean assert-all
|
||||
real 1m44.184s
|
||||
time MB_OPENMSX_RENDERER=SDL MB_OPENMSX_THROTTLE=ON MB_OPENMSX_SPEED=100 make assert-all
|
||||
real 2m8.761s
|
||||
|
||||
build parallel;
|
||||
time make -j4 assert-all
|
||||
real 0m1.346s
|
||||
|
||||
## Functions
|
||||
|
||||
|
|
Loading…
Reference in a new issue