Changeset 8958
- Timestamp:
- 02/29/08 23:17:52 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/lib/action_controller/benchmarking.rb
r8862 r8958 49 49 50 50 render_output = nil 51 @rendering_runtime = Benchmark:: measure{ render_output = render_without_benchmark(options, extra_options, &block) }.real51 @rendering_runtime = Benchmark::realtime{ render_output = render_without_benchmark(options, extra_options, &block) } 52 52 53 53 if Object.const_defined?("ActiveRecord") && ActiveRecord::Base.connected?