Package pal.misc
Class TimeStamp
- java.lang.Object
-
- pal.misc.TimeStamp
-
public class TimeStamp extends java.lang.Objectkeeps track of program runtime- Author:
- Korbinian Strimmer
-
-
Constructor Summary
Constructors Constructor Description TimeStamp()create object and start timer
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreport(java.io.PrintWriter out)report on runtimevoidstop()stop timer
-