Skip to content

Latest commit

 

History

History
executable file
·
29 lines (18 loc) · 1.07 KB

File metadata and controls

executable file
·
29 lines (18 loc) · 1.07 KB

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. © 2020 GitHub, Inc.