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 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:
      report in interface org.robolectric.pluginapi.perf.PerfStatsReporter
    • register

      public void register()