Class TextReport

    • Constructor Detail

      • TextReport

        public TextReport()
        Deprecated.
    • Method Detail

      • generate

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

        public void report​(Map<String,​net.sourceforge.pmd.benchmark.BenchmarkResult> benchmarksByName)
        Deprecated.
      • generate

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