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.
= rubyperf
A gem to measure execution time of blocks of code, methods and expressions.
It generates detailed reports in various formats showing the nested structure
of the measures.
Designed as a tool to drill in the performance of hot code and
identify bottlenecks.
Currently available output formats for the report: text, html.
== Contributing to rubyperf
== License
See MIT-LICENSE.txt
== Links
DreamBox Learning:
http://wwww.dreambox.com
Project home-page git repository:
https://github.com/lpasqualis/rubyperf