Method | Description | |
---|---|---|
Stopwatch ( ) : System | ||
read ( ) : double |
return the elapsed time (in seconds)
|
|
reset ( ) : void | ||
resume ( ) : void |
Resume timing, after stopping. (Does not wipe out accumulated times.)
|
|
seconds ( ) : double |
R eturn system time (in seconds)
|
|
start ( ) : void |
Start (and reset) timer
|
|
stop ( ) : double |
Stop timer
|