OSTime totalTime
Total time from first start to last stop.
OSTime startTime
Last time the watch was started.
OSTime OSStopWatchStart(OSStopWatchAtomic *stopWatch)
Start the stopwatch.
OSTime OSStopWatchReset(OSStopWatchAtomic *stopWatch)
Stops and resets the stop watch.
OSTime OSStopWatchStop(OSStopWatchAtomic *stopWatch)
Stop the stopwatch.
OSTime OSStopWatchLap(OSStopWatchAtomic *stopWatch)
Get the current time on the stopwatch.