eventstore icon indicating copy to clipboard operation
eventstore copied to clipboard

Implement stopwatch using Clock monotonic coarse.

Open YoEight opened this issue 6 years ago • 0 comments

Current stopwatch implementation is using time package to get elapsed time, which is slow and too precise for our need. Using clock package with MonotonicCoarse clock type should yield some performance gain.

YoEight avatar Aug 21 '19 21:08 YoEight