There's no documentation for this item.
Source Code
# File action_controller/benchmarking.rb, line 81 def rendering_runtime(runtime) percentage = @rendering_runtime * 100 / runtime " | Rendering: %.5f (%d%%)" % [@rendering_runtime, percentage.to_i] end
<code/>and<pre/>for code samples.