Uh oh!
There was an error while loading. Please reload this page.
v8: add cpu profile options - #62684
Merged
nodejs-github-bot merged 1 commit intoApr 26, 2026
Merged
Conversation
IlyasShabi
marked this pull request as ready for review
April 10, 2026 21:54
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #62684 +/- ##
==========================================
- Coverage 91.54% 89.68% -1.87%
==========================================
Files 355 707 +352 Lines 149296 218221 +68925 Branches 23371 41747 +18376 ==========================================
+ Hits 136678 195712 +59034 - Misses 12353 14417 +2064 - Partials 265 8092 +7827
🚀 New features to boost your workflow:
|
IlyasShabi
marked this pull request as draft
April 12, 2026 17:54
IlyasShabiforce-pushed
the
ishabi/cpu-profile-options
branch
from
April 12, 2026 18:32
d360041 to
ff06537CompareIlyasShabi
marked this pull request as ready for review
April 12, 2026 18:49
IlyasShabiforce-pushed
the
ishabi/cpu-profile-options
branch
from
April 14, 2026 09:31
ff06537 to
c49027eCompareIlyasShabiforce-pushed
the
ishabi/cpu-profile-options
branch
from
April 14, 2026 13:05
c49027e to
ad99597CompareIlyasShabi
commented
Apr 20, 2026
MemberAuthor
Qard
approved these changes
Apr 25, 2026
nodejs-github-bot
commented
Apr 26, 2026
Collaborator
theanarkh
approved these changes
Apr 26, 2026
nodejs-github-bot
commented
Apr 26, 2026
Collaborator
nodejs-github-bot
commented
Apr 26, 2026
Collaborator
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Apr 26, 2026
Collaborator
Landed in 4e332e0 |
aduh95 pushed a commit
that referenced
this pull request
May 5, 2026
PR-URL: #62684 Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: theanarkh <theratliter@gmail.com>
aduh95
commented
May 9, 2026
Contributor
This would require a manual backport PR along #62273 if we want it on Node.js 24 |
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 freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add options support to
v8.startCpuProfile()andworker.startCpuProfile():sampleInterval: requested sampling interval in millisecondsmaxBufferSize: maximum number of samples to retain