luatrace
Lua tracer
A tool for tracing and profiling Lua script execution to analyze time profiles and coverage.
A tool for tracing Lua script execution and analysing time profiles and coverage
170 stars
14 watching
26 forks
Language: Lua
last commit: almost 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pfirsich/jprof | A profiling library for Lua applications that allows developers to annotate their code with profiling zones and generate human-readable profiles. | 90 |
lunarmodules/luacheck | A tool for detecting issues in Lua code | 364 |
philips/lualint | A tool that checks Lua code for errors and warnings related to global variable usage. | 85 |
dknight/loveprofiler | A simple profiler for the Löve2D game framework that displays performance data on the canvas or in the terminal. | 7 |
lpereira/hardinfo | A system profiler and benchmark tool for Linux systems that gathers hardware and software information. | 770 |
polynominal/piefiller | A graphical profiler that collects performance data for Love2D applications and provides visual representation and customizable key bindings. | 23 |
engineersmith/applecake | A tool for analyzing performance in Lua-based applications using Chromium's tracing tool | 24 |
aartaka/trivial-time | A utility for measuring execution time and profiling in Common Lisp code | 5 |
t-troebst/perfanno.nvim | A NeoVim plugin that adds profiling annotations to source code | 209 |
stravant/luaminify | Tools for parsing and transforming Lua source code | 260 |
mpeterv/luacheck | A tool for detecting and reporting issues in Lua code | 1,921 |
muatik/flask-profiler | Analyzes and reports on performance of Flask web application endpoints. | 753 |
hengestone/lua-languages | A collection of languages and projects that compile to or use Lua as their intermediate language | 604 |
mariusae/heapster | An agent-based heap profiling tool for Java Virtual Machines | 395 |
codemancers/rbkit | A Ruby profiling tool with a GUI that profiles Ruby processes and sends data to a client for analysis. | 358 |