You could also use total_secs: http://www.conitec.net/beta/atotal_secs.htm
Just save it to a var when the stopwatch is started and when you stop the stopwatch you subtract the stored value from the current one and you get the passed seconds.
Which you can then translate into hours/minutes/seconds.

Other than that you can also use "wait(-1)" to wait one second.