Package org.eclipse.epsilon.profiling
Class Stopwatch
- java.lang.Object
-
- org.eclipse.epsilon.profiling.Stopwatch
-
public class Stopwatch extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected longlastPauseTimeprotected booleanpausedprotected longpauseDurationprotected longstartTime
-
Constructor Summary
Constructors Constructor Description Stopwatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetElapsed()voidpause()voidresume()
-