Class StopwatchCPU
- Object
-
- StopwatchCPU
-
-
Constructor Summary
Constructors Constructor Description StopwatchCPU()
Initializes a new stopwatch.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
elapsedTime()
Returns the elapsed CPU time (in seconds) since the stopwatch was created.
-