Package net.sourceforge.pmd.benchmark
Interface BenchmarkReport
-
- All Known Implementing Classes:
TextReport
@Deprecated public interface BenchmarkReport
Deprecated.- Author:
- Brian Remedios
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-
-
-
Method Detail
-
generate
void generate(Set<RuleDuration> stressResults, PrintStream stream)
Deprecated.- Parameters:
stressResults
- the durations from the stress test runstream
- 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
-
-