eventstore
eventstore copied to clipboard
Implement stopwatch using Clock monotonic coarse.
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.