0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 19 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add rake to Gemfile for Travis. More... about 12 years ago
Set up Travis CI. More... about 12 years ago
Merge branch 'support_profiling_methods_with_blocks' More... about 12 years ago
Use imperative phrasing for examples. More... about 12 years ago
Support profiling methods that take blocks. More... about 12 years ago
Shameless self-promotion. More... about 12 years ago
Merge pull request #2 from jrafanie/add_total_time More... about 12 years ago
Add total time to profile report. More... about 12 years ago
v1.0.1 More... about 12 years ago
Add yard to core_ext. More... about 12 years ago
Profiled wrapper methods should return values from the profiled method. More... about 12 years ago
Backport Object#singleton_class introduced in 1.9.2+ used by the Profiler class. http://bugs.ruby-lang.org/issues/1082 More... about 12 years ago
Support 1.8.7 by converting ruby 1.9 hash syntax back to hashrocket syntax. More... about 12 years ago
Version 1.0.0. More... about 12 years ago
Expand the README to include a detailed walkthrough. More... about 12 years ago
Add YARD documentation to the public API. More... about 12 years ago
Move benchmarking into a private method and stub it in tests. More... about 12 years ago
Add specs for sorting. Allow method chaining. More... about 12 years ago
Move #sorted_data to #to_a. More... about 12 years ago
Add sleep calls in test support class. Improve Report specs. More... about 12 years ago
Fix options key for filters when generating Hirb table. More... about 12 years ago
Rework specs for new API. More... about 12 years ago
Separate profiling and reporting into two classes. More... about 12 years ago
Add SimpleCov. More... about 12 years ago
Add sort_by and order options to #report. More... about 12 years ago
Fix sample method call in README. More... about 12 years ago
Update README to include class methods. More... about 12 years ago
Profile singleton methods in addition to instance methods. More... about 12 years ago
Update example output in README. More... about 12 years ago
Add min and max columns. Fix sorting. More... about 12 years ago