-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathREADME
executable file
·24 lines (15 loc) · 1006 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.