A ruby gem to measure the time taken executing ruby code. It provides a simple way to instrument your code and find bottlenecks and hot spots. It is able to measure blocks, method calls or expressions. It provides nicely formatted reports with the result of the profiling.
Stars
5
Forks
0
Watchers
5
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
96
commits
Perf::MeterFactory is now a singleton and no longer uses global variables to store its meters.
4497a5aView on GitHubFixed calculation of blocks/methods totals. Fixed overhead handling (increased precision). Fixed a bunch of other things.
15fbfceView on GitHub