method

view_runtime

view_runtime()
private

No documentation available.

# File actionpack/lib/action_controller/benchmarking.rb, line 96
      def view_runtime
        "View: %.0f" % (@view_runtime * 1000)
      end