Class HtmlReporter

  • All Implemented Interfaces:
    Reporter

    public class HtmlReporter
    extends java.lang.Object
    implements Reporter
    Deprecated.
    As of 1.4.9 use JMH instead
    • Constructor Detail

      • HtmlReporter

        public HtmlReporter​(java.io.File htmlFile,
                            java.lang.String title)
                     throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
    • Method Detail

      • startBenchmark

        public void startBenchmark()
        Deprecated.
        Description copied from interface: Reporter
        Benchmark has started. This will always be called ONCE (and only once) BEFORE everything else.
        Specified by:
        startBenchmark in interface Reporter
      • metricRecorded

        public void metricRecorded​(Product product,
                                   double result)
        Deprecated.
        Specified by:
        metricRecorded in interface Reporter
      • metricFailed

        public void metricFailed​(Product product,
                                 java.lang.Exception e)
        Deprecated.
        Specified by:
        metricFailed in interface Reporter
      • endBenchmark

        public void endBenchmark()
        Deprecated.
        Description copied from interface: Reporter
        Benchmark has ended. This will always be called ONCE (and only once) AFTER everything else.
        Specified by:
        endBenchmark in interface Reporter