Returns the status of the stopwatch
Returns the status of the stopwatch
current status
Saves the past time since start() or lap() has been called with additional information provided in msg
Saves the past time since start() or lap() has been called with additional information provided in msg
time in milliseconds since last start/lap
Saves the past time since start() or lap() without resetting the time with additional information provided in msg
Saves the past time since start() or lap() without resetting the time with additional information provided in msg
time in milliseconds since last start/lap
Starts the stopwatch
Saves the past time since start() has been called with additional information provided in msg Note: In contrast to lap(msg:String), the stopwatch will not be rested to the current time, i.e.
Saves the past time since start() has been called with additional information provided in msg Note: In contrast to lap(msg:String), the stopwatch will not be rested to the current time, i.e. further calls of save/lap will be w.r.t. the last start() call
time in milliseconds since last start()
Returns the all previously stops/laps in csv format
Returns the all previously stops/laps in csv format
all times in .csv
Returns the all previously stops/laps as <hours>h <minutes>min <seconds>sec <milliseconds>msec
Returns the all previously stops/laps as <hours>h <minutes>min <seconds>sec <milliseconds>msec
all times as string
Returns the all previously stops/laps in milliseconds
Returns the all previously stops/laps in milliseconds
all times as string
Returns the all previously stops/laps in xml format
Returns the all previously stops/laps in xml format
all times in .xml
This class defined an object for measuring time and handling errors. Control it with provided functions start, stop, lap, save and read it out by using toXXX methods.