Package org.biojava.nbio.ronn
Class Timer
java.lang.Object
org.biojava.nbio.ronn.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.
- Since:
- 3.0.2
- Version:
- 1.0
- Author:
- Peter Troshin
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Timer
public Timer() -
Timer
-
-
Method Details
-
checkPoint
public void checkPoint()
-