Package org.robolectric.util
Class SimplePerfStatsReporter
java.lang.Object
org.robolectric.util.SimplePerfStatsReporter
- All Implemented Interfaces:
- PerfStatsReporter
Simple implementation of PerfStatsReporter that writes stats to stdout.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidregister()voidreport(Metadata metadata, Collection<Metric> metrics) Report performance stats.
- 
Constructor Details- 
SimplePerfStatsReporterpublic SimplePerfStatsReporter()
 
- 
- 
Method Details- 
reportDescription copied from interface:PerfStatsReporterReport performance stats.- Specified by:
- reportin interface- PerfStatsReporter
- Parameters:
- metadata- metadata about this set of metrics.
- metrics- the metrics.
 
- 
registerpublic void register()
- 
finalReportpublic void finalReport()
 
-