Package net.sourceforge.pmd.benchmark
Class TextReport
- java.lang.Object
-
- net.sourceforge.pmd.benchmark.TextReport
-
- All Implemented Interfaces:
BenchmarkReport
@Deprecated public class TextReport extends Object implements BenchmarkReport
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description TextReport()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
generate(Map<String,net.sourceforge.pmd.benchmark.BenchmarkResult> benchmarksByName, PrintStream stream)
Deprecated.void
generate(Set<RuleDuration> stressResults, PrintStream stream)
Deprecated.void
report(Map<String,net.sourceforge.pmd.benchmark.BenchmarkResult> benchmarksByName)
Deprecated.
-
-
-
Method Detail
-
generate
public void generate(Set<RuleDuration> stressResults, PrintStream stream)
Deprecated.- Specified by:
generate
in interfaceBenchmarkReport
- Parameters:
stressResults
- the durations from the stress test runstream
- 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 interfaceBenchmarkReport
stream
- the report is written into this stream
-
-