| Commit message (Expand) | Author | Age | Files | Lines |
* | add benchmark helper that works in erb | Sergey Nartimov | 2012-01-07 | 1 | -0/+13 |
* | Unify benchmark APIs. | José Valim | 2009-10-15 | 1 | -54/+0 |
* | ActionPack components should no longer have undeclared dependencies. | Yehuda Katz + Carl Lerche | 2009-06-08 | 1 | -1/+1 |
* | Added :silence option to BenchmarkHelper#benchmark and turned log_level into ... | David Heinemeier Hansson | 2009-01-01 | 1 | -4/+25 |
* | Benchmark.ms | Jeremy Kemper | 2008-12-09 | 1 | -3/+3 |
* | Use a more sensible resolution on the new millisecond benchmarks | David Heinemeier Hansson | 2008-09-05 | 1 | -2/+2 |
* | Changed all benchmarking reports to be in milliseconds | David Heinemeier Hansson | 2008-09-05 | 1 | -3/+3 |
* | Fixed tests (and the weird assumption that no logger would mean that the code... | David Heinemeier Hansson | 2008-04-30 | 1 | -1/+1 |
* | Fixed that BenchmarkHelper should use controller.logger instead of @logger (w... | David Heinemeier Hansson | 2008-04-27 | 1 | -3/+5 |
* | Massive documentation update for all helpers (closes #8223, #8177, #8175, #81... | David Heinemeier Hansson | 2007-06-23 | 1 | -5/+12 |
* | benchmark helper takes an optional log level, defaults to :info. Chose symbo... | Jeremy Kemper | 2005-07-05 | 1 | -9/+9 |
* | Fix syntax error | David Heinemeier Hansson | 2005-07-05 | 1 | -1/+1 |
* | Changed logging of SQL statements to use the DEBUG level instead of INFO. Add... | David Heinemeier Hansson | 2005-07-05 | 1 | -1/+1 |
* | Dont benchmark if the logger has been turned off | David Heinemeier Hansson | 2005-05-02 | 1 | -0/+2 |
* | Added BenchmarkHelper that can measure the execution time of a block in a tem... | David Heinemeier Hansson | 2005-04-27 | 1 | -0/+22 |