Class: Xcprofiler::StandardOutputReporter

Inherits:
AbstractReporter show all
Defined in:
lib/xcprofiler/reporters/standard_output_reporter.rb

Constant Summary

Constants inherited from AbstractReporter

AbstractReporter::DEFAULT_TRUNCATE_AT

Instance Attribute Summary

Attributes inherited from AbstractReporter

#options

Instance Method Summary collapse

Methods inherited from AbstractReporter

#filter_executions, #initialize

Constructor Details

This class inherits a constructor from Xcprofiler::AbstractReporter

Instance Method Details

#report!(executions) ⇒ Object



5
6
7
# File 'lib/xcprofiler/reporters/standard_output_reporter.rb', line 5

def report!(executions)
  puts table_for(executions)
end