method
report
v3.0.9 -
Show latest stable
- Class:
ActiveSupport::Testing::Performance::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