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 voidgenerate(Map<String,net.sourceforge.pmd.benchmark.BenchmarkResult> benchmarksByName, PrintStream stream)Deprecated.voidgenerate(Set<RuleDuration> stressResults, PrintStream stream)Deprecated.voidreport(Map<String,net.sourceforge.pmd.benchmark.BenchmarkResult> benchmarksByName)Deprecated.
-
-
-
Method Detail
-
generate
public void generate(Set<RuleDuration> stressResults, PrintStream stream)
Deprecated.- Specified by:
generatein 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:
generatein interfaceBenchmarkReportstream- the report is written into this stream
-
-