LuaProfiler
Time profiler for the Lua programming language

Overview

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.

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

Status

Current version is 2.0.1 It was developed for Lua 5.1, 5.0, 4.0.1 and 3.2.

Download

LuaProfiler can be downloaded from the LuaForge page. If you are using LuaBinaries a Windows pre-compiled version of LuaProfiler can also be found at the same LuaForge page.

History

Version 2.0.1 [22/Aug/2007]
uses Lua 5.1.
Version 2.0 [13/Jun/2005]
updated documentation, changed logfile format, uses the package model for Lua 5.1.
Version 1.1 Beta [16/Jul/2004]
support for Lua 5.0.
Version 1.0[04/Mar/2002]
support for Lua 3.2, Lua NG and Lua 4.0.

Credits

Version 2.0 has been re-designed and updated by Fábio Mascarenhas, with the help of André Carregal, Tomás Guisasola and Danilo Tuler.

Version 1.1 has been updated to Lua 5.0 by Miguel Osório.

Version 1.0 has been designed and implemented by Luiz Silveira.

LuaProfiler development is sponsored by Fábrica Digital and FINEP. It is distributed and maintained by the Kepler Project which holds its copyright.

Contact

For more information please contact us. Comments are welcome!

You can also reach other CGILua developers and users on the Kepler Project mailing list.

Valid XHTML 1.0!

$Id: index.html,v 1.17 2007/08/22 19:25:18 carregal Exp $