LuaProfiler

Profiling for Lua scripts

$ luarocks install 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.

Versions

cvs-1dev10 years ago97 downloads
2.0.2-210 years ago3,273 downloads
2.0.2-110 years ago128 downloads

Dependencies

lua >= 5.1

Manifests