0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Kernel#returning -> Object#tap More... over 14 years ago
updating paths in rake file More... almost 15 years ago
move tasks/ into lib/ More... almost 15 years ago
don't watch sass -- individual apps can do that as they like More... almost 15 years ago
works in rails 2.3, just in time to be obsolete for rails 3 More... about 15 years ago
bugfix for "can't convert nil into Float" sprintf error when request time does not exist More... almost 17 years ago
clarifying the "filters" benchmark by ignoring AroundFilters, as is necessary More... about 17 years ago
adding compatibility for Rails <= 2.1 More... about 17 years ago
updating for edge Rails 2.1+ More... about 17 years ago
fixing init.rb for rails 2.1 More... about 17 years ago
rewatch methods after the associated constant is unloaded by Dependencies.clear. this should fix custom benchmarks in a dev environment. More... about 17 years ago
patching a typographical bug in Dependencies.will_unload? More... about 17 years ago
refactoring the testing setup to have a couple reloadable files More... about 17 years ago
adding for-sure support for measuring recursive functions (not measuring nested duplicate names) More... over 17 years ago
speed boost to the log parser - 30% faster in my tests More... over 17 years ago
removing timer from report generation adding ResourcePath#[] More... over 17 years ago
adding "min - max" column to `rake logs:analyze' More... over 17 years ago
improvements to the LogParser, which i'm using in a scout script (scoutapp.com) More... over 17 years ago
removing ambiguous (eval) from stack traces More... over 17 years ago
removing trailing slashes from resource paths when logging. this normalizes paths a little, so that /users is the same as /users/. More... over 17 years ago
object organization and rake file loading. closes issue #9. More... over 17 years ago
combining `rake log:analyze:totals` and `rake log:analyze:averages` into just `rake log:analyze` with options More... over 17 years ago
improved report output More... over 17 years ago
test cases for BenchmarkForRails.measure and BenchmarkForRails.watch More... over 17 years ago
introducing some aggregate metrics: rake log:slowest_average_times rake log:slowest_total_times More... over 17 years ago
when in production mode, b4r will now use a one-line log format. this should make aggregate benchmarks easier to calculate from a multi-process environment. More... over 17 years ago
shortening the names for the built-in benchmarks More... over 17 years ago
combining before/after filters into one benchmark More... over 17 years ago
fixing the alias_method_chain for the reporting hook (broke from name collision in last commit) More... over 17 years ago
fixing alias_method_name argument to reflect actual plugin name More... over 17 years ago