lua-users home
lua-l archive

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


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.