Class 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 Detail

      • SimplePerfStatsReporter

        public SimplePerfStatsReporter()
    • Method Detail

      • 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()