aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/benchmark_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Use a more sensible resolution on the new millisecond benchmarksDavid Heinemeier Hansson2008-09-051-2/+2
* Changed all benchmarking reports to be in millisecondsDavid Heinemeier Hansson2008-09-051-3/+3
* Fixed tests (and the weird assumption that no logger would mean that the code...David Heinemeier Hansson2008-04-301-1/+1
* Fixed that BenchmarkHelper should use controller.logger instead of @logger (w...David Heinemeier Hansson2008-04-271-3/+5
* Massive documentation update for all helpers (closes #8223, #8177, #8175, #81...David Heinemeier Hansson2007-06-231-5/+12
* benchmark helper takes an optional log level, defaults to :info. Chose symbo...Jeremy Kemper2005-07-051-9/+9
* Fix syntax errorDavid Heinemeier Hansson2005-07-051-1/+1
* Changed logging of SQL statements to use the DEBUG level instead of INFO. Add...David Heinemeier Hansson2005-07-051-1/+1
* Dont benchmark if the logger has been turned offDavid Heinemeier Hansson2005-05-021-0/+2
* Added BenchmarkHelper that can measure the execution time of a block in a tem...David Heinemeier Hansson2005-04-271-0/+22