aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'LuaSL/src/LuaSL_test.c')
-rw-r--r--LuaSL/src/LuaSL_test.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/LuaSL/src/LuaSL_test.c b/LuaSL/src/LuaSL_test.c
index 2ca9792..f7087cf 100644
--- a/LuaSL/src/LuaSL_test.c
+++ b/LuaSL/src/LuaSL_test.c
@@ -178,17 +178,13 @@ static Eina_Bool _data(void *data, int type __UNUSED__, Ecore_Con_Event_Server_D
178 compileTime += me->compileTime; 178 compileTime += me->compileTime;
179 PI("Average compile speed is %f scripts per second", compiledCount / compileTime); 179 PI("Average compile speed is %f scripts per second", compiledCount / compileTime);
180 if (compiledCount == scriptCount) 180 if (compiledCount == scriptCount)
181 {
182 PI("*********************TOTAL compile speed is %f scripts per second", compiledCount / timeDiff(&now, &startTime)); 181 PI("*********************TOTAL compile speed is %f scripts per second", compiledCount / timeDiff(&now, &startTime));
183 }
184 } 182 }
185 PD("The compile of %s worked, running it now.", SID); 183 PD("The compile of %s worked, running it now.", SID);
186 sendForth(game, SID, "start()"); 184 sendForth(game, SID, "run()");
187 } 185 }
188 else 186 else
189 {
190 PI("Command %s from script %s", command, SID); 187 PI("Command %s from script %s", command, SID);
191 }
192 } 188 }
193 189
194 // Get the next blob to check it. 190 // Get the next blob to check it.