lua-users home
lua-l archive

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


Hi,

LuaProfiler is a time profiler designed to help finding bottlenecks on
your Lua program.

If you use LuaProfiler into your program, it will generate a log of
all your function calls and their respective running times. You can
use this log to generate a summary of the functions your program uses,
along with how long it stayed in each of them, or you can import the
log into a spreadsheet for further analysis.

Version 2.0 offers an updated documentation, a new log format,
localized profiling and follows the package model for Lua 5.1.

LuaProfiler is free software and uses the same license as Lua 5.0.

The source and the Windows binaries (compatible with LuaBinaries Release 2)
are available for download at LuaForge.

For more information on LuaProfiler please check 
http://www.keplerproject.org/luaprofiler/

Any feedback is welcome!

Fabio Mascarenhas
www.keplerproject.org