Gets the time (ms) elapsed from the start() method was run until now
OR the stop() method was run. If stop() is executed then this method
will return the same all the time, BUT if the stop() hasnt been
executed this method returns the time (ms) elapsed from the latest
start()
the time since the StopWatch was started; or if it has beenstopped, the time between start() and stop()