Uh oh!
There was an error while loading. Please reload this page.
v8: add cpu profile - #59807
Merged
Merged
Conversation
nodejs-github-bot
commented
Sep 8, 2025
Collaborator
Review requested:
|
theanarkhforce-pushed
the
v8_add_cpu_profile_api
branch
from
September 8, 2025 13:50
7214ba0 to
7dcb480CompareCodecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #59807 +/- ##
==========================================
- Coverage 88.45% 88.45% -0.01%
==========================================
Files 703 703 Lines 207544 207609 +65 Branches 40013 40026 +13 ==========================================
+ Hits 183587 183638 +51 + Misses 15965 15957 -8 - Partials 7992 8014 +22
🚀 New features to boost your workflow:
|
juanarbol
approved these changes
Sep 8, 2025
juanarbol
left a comment
Member
There was a problem hiding this comment.
Rubber stamp LGTM!
I wasn't expecting the serializer to land Node.js! <3
nodejs-github-bot
commented
Sep 8, 2025
Collaborator
theanarkhforce-pushed
the
v8_add_cpu_profile_api
branch
2 times, most recently
from
September 10, 2025 18:01
b41c98b to
d50d6e9Comparejasnell
reviewed
Sep 13, 2025
Uh oh!
There was an error while loading. Please reload this page.
jasnell
reviewed
Sep 13, 2025
Uh oh!
There was an error while loading. Please reload this page.
theanarkhforce-pushed
the
v8_add_cpu_profile_api
branch
from
September 14, 2025 14:25
d50d6e9 to
ff0ccedComparejasnell
reviewed
Sep 15, 2025
| const handle = v8.startCpuProfile(); | ||
| const profile = handle.stop(); | ||
| assert.ok(typeof profile === 'string'); | ||
| assert.ok(profile.length > 0); |
Member
There was a problem hiding this comment.
Nit: a test that exercises the using syntax would be ideal also
jasnell
approved these changes
Sep 15, 2025
nodejs-github-bot
commented
Sep 15, 2025
Collaborator
theanarkhforce-pushed
the
v8_add_cpu_profile_api
branch
from
September 23, 2025 12:55
bf4b7cf to
10b2275Comparejasnell
approved these changes
Sep 28, 2025
nodejs-github-bot
commented
Sep 28, 2025
Collaborator
juanarbol
approved these changes
Sep 28, 2025
nodejs-github-bot
commented
Sep 30, 2025
Collaborator
nodejs-github-bot
commented
Sep 30, 2025
Collaborator
nodejs-github-bot
commented
Oct 9, 2025
Collaborator
nodejs-github-bot
commented
Oct 10, 2025
Collaborator
nodejs-github-bot
commented
Oct 11, 2025
Collaborator
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Oct 11, 2025
Collaborator
Landed in f9fcc74 |
9 tasks
aduh95 pushed a commit
that referenced
this pull request
Oct 31, 2025
PR-URL: #59807 Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
nodejs-github-bot added a commit
that referenced
this pull request
Nov 7, 2025
Notable changes: http: * (SEMVER-MINOR) add optimizeEmptyRequests server option (Rafael Gonzaga) #59778 src: * (SEMVER-MINOR) add watch config namespace (Marco Ippolito) #60178 * (SEMVER-MINOR) add an option to make compile cache portable (Aditi) #58797 v8: * (SEMVER-MINOR) add cpu profile (theanarkh) #59807 PR-URL: #60615
targos pushed a commit
that referenced
this pull request
Nov 18, 2025
PR-URL: #59807 Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
nodejs-github-bot added a commit
that referenced
this pull request
Dec 9, 2025
Notable changes: http: * (SEMVER-MINOR) add optimizeEmptyRequests server option (Rafael Gonzaga) #59778 lib: * (SEMVER-MINOR) add options to util.deprecate (Rafael Gonzaga) #59982 module: * (SEMVER-MINOR) mark type stripping as stable (Marco Ippolito) #60600 node-api: * (SEMVER-MINOR) add napi_create_object_with_properties (Miguel Marcondes Filho) #59953 sqlite: * (SEMVER-MINOR) allow setting defensive flag (Bart Louwers) #60217 src: * (SEMVER-MINOR) add watch config namespace (Marco Ippolito) #60178 * (SEMVER-MINOR) add an option to make compile cache portable (Aditi) #58797 src,permission: * (SEMVER-MINOR) add --allow-inspector ability (Rafael Gonzaga) #59711 v8: * (SEMVER-MINOR) add cpu profile (theanarkh) #59807 PR-URL: #61001
targos pushed a commit
that referenced
this pull request
Dec 9, 2025
Notable changes: http: * (SEMVER-MINOR) add optimizeEmptyRequests server option (Rafael Gonzaga) #59778 lib: * (SEMVER-MINOR) add options to util.deprecate (Rafael Gonzaga) #59982 module: * (SEMVER-MINOR) mark type stripping as stable (Marco Ippolito) #60600 node-api: * (SEMVER-MINOR) add napi_create_object_with_properties (Miguel Marcondes Filho) #59953 sqlite: * (SEMVER-MINOR) allow setting defensive flag (Bart Louwers) #60217 src: * (SEMVER-MINOR) add watch config namespace (Marco Ippolito) #60178 * (SEMVER-MINOR) add an option to make compile cache portable (Aditi) #58797 src,permission: * (SEMVER-MINOR) add --allow-inspector ability (Rafael Gonzaga) #59711 v8: * (SEMVER-MINOR) add cpu profile (theanarkh) #59807 PR-URL: #61001
targos pushed a commit
that referenced
this pull request
Dec 10, 2025
Notable changes: http: * (SEMVER-MINOR) add optimizeEmptyRequests server option (Rafael Gonzaga) #59778 lib: * (SEMVER-MINOR) add options to util.deprecate (Rafael Gonzaga) #59982 module: * (SEMVER-MINOR) mark type stripping as stable (Marco Ippolito) #60600 node-api: * (SEMVER-MINOR) add napi_create_object_with_properties (Miguel Marcondes Filho) #59953 sqlite: * (SEMVER-MINOR) allow setting defensive flag (Bart Louwers) #60217 src: * (SEMVER-MINOR) add watch config namespace (Marco Ippolito) #60178 * (SEMVER-MINOR) add an option to make compile cache portable (Aditi) #58797 src,permission: * (SEMVER-MINOR) add --allow-inspector ability (Rafael Gonzaga) #59711 v8: * (SEMVER-MINOR) add cpu profile (theanarkh) #59807 PR-URL: #61001
This was referenced Jan 3, 2026
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.
Refs: #59428, #59429
make -j4 test(UNIX), orvcbuild test(Windows) passes