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 counters to Timers to avoid double-counting sections #1817

Merged
merged 1 commit into from
Oct 23, 2019

Conversation

ZedThree
Copy link
Member

Reimplements some of #1658 in master

Reference counting Timers turns out to be necessary or nested timers
with the same name will end up double counting the section. Currently,
this results in the "Inv" timer report in the default monitor being
twice as large as it really is.

Reimplements some of #1658 in master

Reference counting Timers turns out to be necessary or nested timers
with the same name will end up double counting the section. Currently,
this results in the "Inv" timer report in the default monitor being
twice as large as it really is.
@ZedThree ZedThree added bugfix small-change Changes less than 100 lines - should be quick to review labels Oct 22, 2019
@ZedThree ZedThree merged commit 8f7a69c into master Oct 23, 2019
@ZedThree ZedThree deleted the fix-timer-master-version branch October 23, 2019 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix small-change Changes less than 100 lines - should be quick to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants