-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(stopwatch): timer was not accurate
Stopwatch does not track correctly time since update process time can be longer that tick time update. This patch adds a start time with `sT` attribute to track time of stopwatch start. Also adapt view to have accuracy matching the tick interval. To have directly the raw duration value, use `Elapsed()` method. Issue: #237
- Loading branch information
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters