f2e86ecce6
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.
9 lines
282 B
Plaintext
9 lines
282 B
Plaintext
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/07/08 12:28:57 jasper Exp $
|
|
lib/lua/5.1/profiler.so
|
|
share/doc/luaprofiler/
|
|
share/doc/luaprofiler/index.html
|
|
share/doc/luaprofiler/license.html
|
|
share/doc/luaprofiler/manual.html
|
|
share/lua/5.1/luaprofiler/
|
|
share/lua/5.1/luaprofiler/summary.lua
|