jprof
Code profiler
A profiling library for Lua applications that allows developers to annotate their code with profiling zones and generate human-readable profiles.
Profiling library/tool for löve
90 stars
4 watching
6 forks
Language: Lua
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
coderplay/perfj | A wrapper that enables profiling of Java programs using Linux perf's system profiler capabilities | 352 |
gperfutils/gprof | A Java profiling tool that analyzes program execution time and provides detailed performance reports. | 33 |
polynominal/piefiller | A graphical profiler that collects performance data for Love2D applications and provides visual representation and customizable key bindings. | 23 |
nikic/sample_prof | A sampling profiler for PHP that provides line-level resolution and accurate measurements of code execution time. | 59 |
hadley/lineprof | Visualizes performance of R code by profiling execution time at each line or function | 105 |
obmarg/plug_fprof | A plug that integrates fprof tracing into web applications | 4 |
cedricguillemet/libprofiler | A tool to measure time taken by specific code portions | 80 |
jonasmr/microprofile | A profiling tool for C++ applications | 1,465 |
codemancers/rbkit | A Ruby profiling tool with a GUI that profiles Ruby processes and sends data to a client for analysis. | 358 |
lpereira/hardinfo | A system profiler and benchmark tool for Linux systems that gathers hardware and software information. | 770 |
parroty/exprof | A tool to profile and analyze Elixir code execution time | 179 |
aartaka/trivial-time | A utility for measuring execution time and profiling in Common Lisp code | 5 |
thlorenz/cpuprofilify | Converts profiling output to a format used by Chrome DevTools | 167 |
objectprofile/spy2 | A profiling framework for Pharo that collects execution statistics and visualizes test coverage | 7 |
geoffleyland/luatrace | A tool for tracing and profiling Lua script execution to analyze time profiles and coverage. | 170 |