Skip to content

Move counter duration measurements to aggregated nanos #74

@cwensel

Description

@cwensel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions