Interface BenchmarkReport

  • All Known Implementing Classes:
    TextReport

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

      • generate

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

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