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

Add ability to pause HistogramTimer #3

Merged
merged 1 commit into from
Mar 19, 2024
Merged

Add ability to pause HistogramTimer #3

merged 1 commit into from
Mar 19, 2024

Conversation

dfialho
Copy link
Contributor

@dfialho dfialho commented Mar 13, 2024

HistogramTimer was expanded to enable pausing.
While the timer is paused, it is not counting
time. Thus, when stop is called, the final
duration that is observed by the histogram
doesn't include the time in which the timer
was paused.

src/histogram.rs Outdated Show resolved Hide resolved
HistogramTimer was expanded to enable pausing.
While the timer is paused, it is not counting
time. Thus, when stop is called, the final
duration that is observed by the histogram
doesn't include the time in which the timer
was paused.
@nox nox merged commit 5b831ba into nox:main Mar 19, 2024
12 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants