Package lejos.utility
Class Stopwatch
- java.lang.Object
-
- lejos.utility.Stopwatch
-
public class Stopwatch extends java.lang.ObjectElapsed time watch (in milliseconds)
To use - construct a new instance.- Author:
- Roger Glassey version 2
-
-
Constructor Summary
Constructors Constructor Description Stopwatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intelapsed()Return elapsed time in millisecondsvoidreset()Reset watch to zero
-