Browse Source

core: Increase tight_loop 100x for speed.

nce_cpp
bunnei 8 years ago
parent
commit
878239d05c
  1. 2
      src/core/core.h

2
src/core/core.h

@ -53,7 +53,7 @@ public:
* @param tight_loop Number of instructions to execute. * @param tight_loop Number of instructions to execute.
* @return Result status, indicating whethor or not the operation succeeded. * @return Result status, indicating whethor or not the operation succeeded.
*/ */
ResultStatus RunLoop(int tight_loop = 1000);
ResultStatus RunLoop(int tight_loop = 100000);
/** /**
* Step the CPU one instruction * Step the CPU one instruction

Loading…
Cancel
Save