-
public interface Bencher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()voidrun(long loops)
-
-
-
Method Detail
-
run
void run(long loops)
-
getName
String getName()
-
-
public interface Bencher
| Modifier and Type | Method | Description |
|---|---|---|
String |
getName() |
|
void |
run(long loops) |
void run(long loops)
String getName()