Package helma.util
Class Timer
- java.lang.Object
-
- helma.util.Timer
-
public class Timer extends java.lang.Object
Utility class for timing a series of events
-
-
Constructor Summary
Constructors Constructor Description Timer()
Creates a new Timer object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
beginEvent(java.lang.String name)
void
dump(java.io.PrintStream out)
void
endEvent(java.lang.String name)
void
reset()
-