|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.biojava3.ronn.Timer
public class Timer
A simple timer, calculates the time interval between two events. Keeps two counters, one for long time intervals, to measure time between the start and end of the application for instance, and another for short events, to measure how long it took to reach a next block of code.
| Constructor Summary | |
|---|---|
Timer()
|
|
Timer(java.util.concurrent.TimeUnit reportIn)
|
|
| Method Summary | |
|---|---|
void |
checkPoint()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Timer()
public Timer(java.util.concurrent.TimeUnit reportIn)
| Method Detail |
|---|
public void checkPoint()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||