Interface BenchmarkReport

  • All Known Implementing Classes:
    TextReport

    @Deprecated
    public interface BenchmarkReport
    Deprecated.
    Author:
    Brian Remedios
    • Method Detail

      • generate

        void generate​(java.util.Set<RuleDuration> stressResults,
                      java.io.PrintStream stream)
        Deprecated.
        Parameters:
        stressResults - the durations from the stress test run
        stream - the report is written into this stream
      • generate

        void generate​(java.util.Map<java.lang.String,​net.sourceforge.pmd.benchmark.BenchmarkResult> benchmarksByName,
                      java.io.PrintStream stream)
        Deprecated.
        Parameters:
        benchmarksByName -
        stream - the report is written into this stream