-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
worker: add cpuUsage for worker #59177
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
Merged
nodejs-github-bot
merged 1 commit into
nodejs:main
from
theanarkh:add_thread_cpu_usage_for_worker
Jul 28, 2025
Merged
worker: add cpuUsage for worker #59177
nodejs-github-bot
merged 1 commit into
nodejs:main
from
theanarkh:add_thread_cpu_usage_for_worker
Jul 28, 2025
Conversation
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
3725695 to
09d2711
Compare
09d2711 to
05fdd47
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #59177 +/- ##
==========================================
- Coverage 90.06% 90.04% -0.02%
==========================================
Files 645 648 +3
Lines 189130 191072 +1942
Branches 37094 37446 +352
==========================================
+ Hits 170339 172060 +1721
- Misses 11511 11617 +106
- Partials 7280 7395 +115
🚀 New features to boost your workflow:
|
himself65
reviewed
Jul 23, 2025
IlyasShabi
reviewed
Jul 23, 2025
addaleax
reviewed
Jul 23, 2025
543312c to
5cd7ec0
Compare
|
Thanks for the review. I've updated the code. Please help review again. |
addaleax
approved these changes
Jul 23, 2025
5cd7ec0 to
911849d
Compare
addaleax
approved these changes
Jul 23, 2025
IlyasShabi
approved these changes
Jul 28, 2025
|
Landed in 0ba6e0d |
meteorqz6
pushed a commit
to meteorqz6/node
that referenced
this pull request
Aug 2, 2025
PR-URL: nodejs#59177 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ilyas Shabi <ilyasshabi94@gmail.com>
targos
pushed a commit
that referenced
this pull request
Aug 8, 2025
PR-URL: #59177 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ilyas Shabi <ilyasshabi94@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
c++
Issues and PRs that require attention from people who are familiar with C++.
lib / src
Issues and PRs related to general changes in the lib or src directory.
needs-ci
PRs that need a full CI run.
worker
Issues and PRs related to Worker support.
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.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Add
worker.cpuUsagefor worker, likeworker.getHeapStatisticsandworker.getHeapSnapshot.make -j4 test(UNIX), orvcbuild test(Windows) passes