util: Use steady clock instead of system clock to measure durations#27405
Merged
fanquake merged 5 commits intobitcoin:masterfrom May 6, 2023
Merged
util: Use steady clock instead of system clock to measure durations#27405fanquake merged 5 commits intobitcoin:masterfrom
fanquake merged 5 commits intobitcoin:masterfrom
Conversation
Contributor
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. ConflictsNo conflicts as of last run. |
Member
|
Concept ACK |
fa069d8 to
ffff99d
Compare
Member
|
Concept ACK |
added 5 commits
April 4, 2023 12:33
ffff99d to
fa83fb3
Compare
3 tasks
Member
|
ACK fa83fb3 This is a nice cleanup to the clocks. There are a few time values left as other types in the codebase, but it doesn't make sense to change them as they are being used as those types by other components (mainly libevent it seems). |
Contributor
|
Concept ACK |
knst
pushed a commit
to knst/dash
that referenced
this pull request
Aug 1, 2023
…asure durations includes: - fa1d804
PastaPastaPasta
pushed a commit
to kwvg/dash
that referenced
this pull request
Aug 2, 2023
…asure durations includes: - fa1d804
PastaPastaPasta
added a commit
to dashpay/dash
that referenced
this pull request
Aug 2, 2023
backport: merge bitcoin#19521, bitcoin#22047, bitcoin#21796, bitcoin#21767, bitcoin#24133, bitcoin#24921, bitcoin#27988, partial bitcoin#24117, bitcoin#24138, bitcoin#27405 (assumeutxo: part 5)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GetTimeMillishas multiple issues:Fix all issues here.