Uses of Class
net.sourceforge.pmd.benchmark.Benchmark
-
Packages that use Benchmark Package Description net.sourceforge.pmd.benchmark -
-
Uses of Benchmark in net.sourceforge.pmd.benchmark
Methods in net.sourceforge.pmd.benchmark that return Benchmark Modifier and Type Method Description static BenchmarkBenchmark. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static Benchmark[]Benchmark. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sourceforge.pmd.benchmark with parameters of type Benchmark Modifier and Type Method Description static voidBenchmarker. mark(Benchmark type, long time, long count)Deprecated.static voidBenchmarker. mark(Benchmark type, String name, long time, long count)Deprecated.
-