[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] ELProfiler - statistical/sampling profiler in pure Lua
- From: ImagicTheCat <imagicthecat@...>
- Date: Mon, 18 Jan 2021 23:44:03 +0100
ELProfiler (https://github.com/ImagicTheCat/ELProfiler) is a sampling
profiler using the debug hooks and a clock function.
It is useful in limited environments where better alternatives are not
feasible. With a reasonable sampling rate, the overhead would mostly
come from the debug hook implementation.
Supported versions: >= 5.1, <= 5.4.