lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



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?