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