index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_view
/
helpers
/
benchmark_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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