Package org.robolectric.util
Class SimplePerfStatsReporter
java.lang.Object
org.robolectric.util.SimplePerfStatsReporter
- All Implemented Interfaces:
org.robolectric.pluginapi.perf.PerfStatsReporter
public class SimplePerfStatsReporter
extends Object
implements org.robolectric.pluginapi.perf.PerfStatsReporter
Simple implementation of PerfStatsReporter that writes stats to stdout.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidregister()voidreport(org.robolectric.pluginapi.perf.Metadata metadata, Collection<org.robolectric.pluginapi.perf.Metric> metrics)
-
Constructor Details
-
SimplePerfStatsReporter
public SimplePerfStatsReporter()
-
-
Method Details
-
report
public void report(org.robolectric.pluginapi.perf.Metadata metadata, Collection<org.robolectric.pluginapi.perf.Metric> metrics) - Specified by:
reportin interfaceorg.robolectric.pluginapi.perf.PerfStatsReporter
-
register
public void register() -
finalReport
public void finalReport()
-