[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Profiler in Lua
- From: Pedro Miller Rabinovitch <miller@...>
- Date: Sun, 19 Oct 2003 14:44:58 -0200
Hi,
I've whipped up a quick-n-dirty profiler module in Lua to check some strange
behaviour, and thought it might come useful for someone. It's pure Lua 5.0,
measures lines only, and has second precision.
http://lua-users.org/wiki/ProfilerInLua
(The comments, btw, are in my ExpLua format, which is a tool I plan to release
shortly.)
Regards,
Pedro.