|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Benchmark | |
|---|---|
| net.sourceforge.pmd.benchmark | |
| Uses of Benchmark in net.sourceforge.pmd.benchmark |
|---|
| Methods in net.sourceforge.pmd.benchmark that return Benchmark | |
|---|---|
static Benchmark |
Benchmark.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Benchmark[] |
Benchmark.values()
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 | |
|---|---|
static void |
Benchmarker.mark(Benchmark type,
long time,
long count)
|
static void |
Benchmarker.mark(Benchmark type,
String name,
long time,
long count)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||