Skip to content

LuaProfiler can profile programs written in Lua and in CGILua. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email luaforge@gmail.com and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

luaforge/luaprofiler

Repository files navigation

LuaProfiler
http://www.keplerproject.org/luaprofiler

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.

Current version is 2.0.2. It was developed for Lua 5.1.

LuaProfiler can be downloaded from the LuaForge page, or from LuaRocks ("luarocks install
luaprofiler").

Installation

LuaProfiler source is distributed as a group of C files and some makefile templates.

LuaProfiler follows the package model for Lua 5.1, therefore it should be "installed" in your package.path.

Windows users can use the pre-compiled version of LuaProfiler (profiler.dll) available at LuaForge.

About

LuaProfiler can profile programs written in Lua and in CGILua. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email luaforge@gmail.com and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)

Resources

Stars

Watchers

Forks

Packages

No packages published