[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaProfiler: test case
- From: Shmuel Zeigerman <shmuz@...>
- Date: Mon, 19 May 2008 10:26:18 +0300
The 3-rd test case:
require"profiler"
for k=1,1000 do
print(k)
profiler.start("log1.txt")
profiler.stop()
end
It crashes after 510 is printed.
--
Shmuel