Class SimplePerfStatsReporter

java.lang.Object
org.robolectric.util.SimplePerfStatsReporter
All Implemented Interfaces:
PerfStatsReporter

public class SimplePerfStatsReporter extends Object implements PerfStatsReporter
Simple implementation of PerfStatsReporter that writes stats to stdout.
  • Constructor Details

    • SimplePerfStatsReporter

      public SimplePerfStatsReporter()
  • Method Details

    • report

      public void report(Metadata metadata, Collection<Metric> metrics)
      Description copied from interface: PerfStatsReporter
      Report performance stats.
      Specified by:
      report in interface PerfStatsReporter
      Parameters:
      metadata - metadata about this set of metrics.
      metrics - the metrics.
    • register

      public void register()