method
report
rails latest stable - Class:
ActiveSupport::Testing::Profiler
report()public
No documentation available.
# File activesupport/lib/active_support/testing/performance.rb, line 184
def report
if @supported
super
else
'%20s: unsupported' % @metric.name
end
end