Package org.robolectric.pluginapi.perf
Interface PerfStatsReporter
-
public interface PerfStatsReporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreport(Metadata metadata, java.util.Collection<Metric> metrics)Report performance stats.
-