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 java.lang.Object implements org.robolectric.pluginapi.perf.PerfStatsReporterSimple implementation of PerfStatsReporter that writes stats to stdout.
-
-
Constructor Summary
Constructors Constructor Description SimplePerfStatsReporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregister()voidreport(org.robolectric.pluginapi.perf.Metadata metadata, java.util.Collection<org.robolectric.pluginapi.perf.Metric> metrics)
-