Skip to content

Commit 3dae6f2

Browse files
cola119danielleadams
authored andcommitted
doc: add document for profiling and heap snapshot
PR-URL: #46787 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent d7d634b commit 3dae6f2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/api/debugger.md

+7
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,13 @@ debug>
202202
* `repl`: Open debugger's repl for evaluation in debugging script's context
203203
* `exec expr`, `p expr`: Execute an expression in debugging script's context and
204204
print its value
205+
* `profile`: Start CPU profiling session
206+
* `profileEnd`: Stop current CPU profiling session
207+
* `profiles`: List all completed CPU profiling sessions
208+
* `profiles[n].save(filepath = 'node.cpuprofile')`: Save CPU profiling session
209+
to disk as JSON
210+
* `takeHeapSnapshot(filepath = 'node.heapsnapshot')`: Take a heap snapshot
211+
and save to disk as JSON
205212

206213
### Execution control
207214

0 commit comments

Comments
 (0)