Package org.robolectric.util
Class SimplePerfStatsReporter
java.lang.Object
org.robolectric.util.SimplePerfStatsReporter
- All Implemented Interfaces:
- PerfStatsReporter
public class SimplePerfStatsReporter extends Object implements PerfStatsReporter
Simple implementation of PerfStatsReporter that writes stats to stdout.
- 
Constructor SummaryConstructors Constructor Description SimplePerfStatsReporter()
- 
Method SummaryModifier and Type Method Description voidregister()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()
 
-