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 Benchmark
Benchmark. 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 void
Benchmarker. mark(Benchmark type, long time, long count)
Deprecated.static void
Benchmarker. mark(Benchmark type, String name, long time, long count)
Deprecated.
-