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
12
README.md
12
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`
|
||||
When you want to see whats happening do a debug run;
|
||||
|
||||
debug run;
|
||||
normal run;
|
||||
time make clean assert-all
|
||||
real 0m1.938s
|
||||
|
||||
debug run;
|
||||
time MB_OPENMSX_RENDERER=SDL MB_OPENMSX_THROTTLE=ON make clean assert-all
|
||||
real 0m32.977s
|
||||
|
||||
normal run;
|
||||
|
||||
time make clean assert-all
|
||||
real 0m1.938s
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue