Added normal speed example.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 3s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 3s
This commit is contained in:
parent
5d9ddf23f4
commit
d66976afaf
16
README.md
16
README.md
|
@ -51,15 +51,17 @@ And override the required paths;
|
||||||
Then build result based compile rules see an example in; `test/ahello-m80/0module.mk`
|
Then build result based compile rules see an example in; `test/ahello-m80/0module.mk`
|
||||||
When you want to see whats happening do a debug run;
|
When you want to see whats happening do a debug run;
|
||||||
|
|
||||||
debug run;
|
|
||||||
|
|
||||||
time MB_OPENMSX_RENDERER=SDL MB_OPENMSX_THROTTLE=ON make clean assert-all
|
|
||||||
real 0m32.977s
|
|
||||||
|
|
||||||
normal run;
|
normal run;
|
||||||
|
time make clean assert-all
|
||||||
|
real 0m1.938s
|
||||||
|
|
||||||
time make clean assert-all
|
debug run;
|
||||||
real 0m1.938s
|
time MB_OPENMSX_RENDERER=SDL MB_OPENMSX_THROTTLE=ON make clean assert-all
|
||||||
|
real 0m32.977s
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
## Functions
|
## Functions
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue