If this stopwatch was started at any some point.
This will return true
even if the stopwatch is stopped.
Time complexity: O(1)
Space complexity: O(1)
Static
startCreate a new stopwatch and start it.
Time complexity: O(1)
Space complexity: O(1)
Helper to record the amount of time elapsed between 2 points during execution.
Example
Example