Re: [ANN] LuaProfiler 2.0.1 Released
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] LuaProfiler 2.0.1 Released
- From: PA <petite.abeille@...>
- Date: 2007年8月22日 22:12:59 +0200
On Aug 22, 2007, at 21:50, Fabio Mascarenhas wrote:
LuaProfiler is a time profiler designed to help finding bottlenecks on
your Lua program.
Very nice. Glad to see it run on 5.1! :)
One thing though, I get the following exception when running
summary.lua:
lua: summary.lua:56: attempt to perform arithmetic on global
'local_time' (a string value)
stack traceback:
summary.lua:56: in function 'CreateSummary'
summary.lua:96: in main chunk
Thoughts?