Package net.sourceforge.pmd.benchmark
Class Benchmarker
- java.lang.Object
-
- net.sourceforge.pmd.benchmark.Benchmarker
-
@Deprecated public final class Benchmarker extends Object
Deprecated.useTimeTracker
instead
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
main(String[] args)
Deprecated.static void
mark(Benchmark type, long time, long count)
Deprecated.static void
mark(Benchmark type, String name, long time, long count)
Deprecated.static void
reset()
Deprecated.static Map<String,net.sourceforge.pmd.benchmark.BenchmarkResult>
values()
Deprecated.
-
-
-
Method Detail
-
main
public static void main(String[] args) throws RuleSetNotFoundException, IOException, PMDException
Deprecated.- Parameters:
args
- String[]- Throws:
RuleSetNotFoundException
IOException
PMDException
-
mark
public static void mark(Benchmark type, long time, long count)
Deprecated.- Parameters:
type
- Benchmarktime
- longcount
- long
-
mark
public static void mark(Benchmark type, String name, long time, long count)
Deprecated.- Parameters:
type
- Benchmarkname
- Stringtime
- longcount
- long
-
reset
public static void reset()
Deprecated.
-
-