Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move counter duration measurements to aggregated nanos #74

Open
cwensel opened this issue Jun 14, 2021 · 0 comments
Open

Move counter duration measurements to aggregated nanos #74

cwensel opened this issue Jun 14, 2021 · 0 comments

Comments

@cwensel
Copy link
Owner

cwensel commented Jun 14, 2021

Step/SliceCounters sums durations in wall clock milliseconds, but some read or write operations may be very short.

The fear is we are introducing a lot of error by summing ms interval durations. Using a Stopwatch with nanos granularity, that then is periodically published on a shared timer may improve relative accuracy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant