Package org.robolectric.pluginapi.perf
Interface PerfStatsReporter
- All Known Implementing Classes:
- SimplePerfStatsReporter
public interface PerfStatsReporter
- 
Method SummaryModifier and Type Method Description voidreport(Metadata metadata, Collection<Metric> metrics)Report performance stats.
- 
Method Details- 
reportReport performance stats.- Parameters:
- metadata- metadata about this set of metrics.
- metrics- the metrics.
 
 
-