aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL
diff options
context:
space:
mode:
Diffstat (limited to 'LuaSL')
-rw-r--r--LuaSL/src/LuaSL_test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/LuaSL/src/LuaSL_test.c b/LuaSL/src/LuaSL_test.c
index 19f6bcd..0f07704 100644
--- a/LuaSL/src/LuaSL_test.c
+++ b/LuaSL/src/LuaSL_test.c
@@ -216,11 +216,11 @@ static Eina_Bool _data(void *data, int type __UNUSED__, Ecore_Con_Event_Server_D
216 me->running = TRUE; 216 me->running = TRUE;
217 compiledCount++; 217 compiledCount++;
218 compileTime += me->compileTime; 218 compileTime += me->compileTime;
219 PI("Average compile speed is %f scripts per second", compiledCount / compileTime); 219// PD("Average compile speed is %f scripts per second", compiledCount / compileTime);
220 if (compiledCount == scriptCount) 220 if (compiledCount == scriptCount)
221 PI("*********************TOTAL compile speed is %f scripts per second", compiledCount / timeDiff(&now, &startTime)); 221 PD("TOTAL compile speed is %f scripts per second", compiledCount / timeDiff(&now, &startTime));
222 } 222 }
223 PD("The compile of %s worked, running it now.", SID); 223// PD("The compile of %s worked, running it now.", SID);
224 sendForth(game, SID, "run()"); 224 sendForth(game, SID, "run()");
225 } 225 }
226 else 226 else