فهرست منبع

core: Increase tight_loop 100x for speed.

bunnei 8 سال پیش
والد
کامیت
24f10a20e7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/core/core.h

+ 1 - 1
src/core/core.h

@@ -53,7 +53,7 @@ public:
      * @param tight_loop Number of instructions to execute.
      * @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