|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmorfologik.util.PerformanceTimer
public final class PerformanceTimer
Simple, simple performance checking.
| Constructor Summary | |
|---|---|
PerformanceTimer()
|
|
| Method Summary | |
|---|---|
long |
elemsPerSecond(int sequences)
|
static PerformanceTimer |
run(Callable<Void> task,
int warmupRounds,
int cycles)
Run the task with a given number of warm-up rounds and the given number of cycles. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PerformanceTimer()
| Method Detail |
|---|
public static PerformanceTimer run(Callable<Void> task,
int warmupRounds,
int cycles)
public String toString()
toString in class Objectpublic long elemsPerSecond(int sequences)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||