-
-
Couldn't load subscription status.
- Fork 33.6k
src: clean up generic counter implementation #60447
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
src: clean up generic counter implementation #60447
Conversation
This addresses late review comments for the recently landed cfbfc1b and aligns the new code with the pre-existing V8 fast call counters. Refs: nodejs#60434 (review)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #60447 +/- ##
==========================================
+ Coverage 88.56% 88.57% +0.01%
==========================================
Files 704 704
Lines 207826 207826
Branches 40045 40050 +5
==========================================
+ Hits 184068 184091 +23
+ Misses 15800 15760 -40
- Partials 7958 7975 +17 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
|
Fast-track has been requested by @mcollina. Please 👍 to approve. |
|
Landed in b470ba0 |
This addresses late review comments for the recently landed cfbfc1b and aligns the new code with the pre-existing V8 fast call counters.
Refs: #60434 (review)