Skip to content

Commit a3e8cda

Browse files
joyeecheungmarco-ippolito
authored andcommitted
doc: mark --heap-prof and related flags stable
PR-URL: #53343 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Ruy Adorno <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent 0b9daaa commit a3e8cda

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

doc/api/cli.md

+24-4
Original file line numberDiff line numberDiff line change
@@ -1108,9 +1108,14 @@ To allow polyfills to be added,
11081108

11091109
<!-- YAML
11101110
added: v12.4.0
1111+
changes:
1112+
- version:
1113+
- REPLACEME
1114+
pr-url: https://github.com/nodejs/node/pull/53343
1115+
description: The `--heap-prof` flags are now stable.
11111116
-->
11121117

1113-
> Stability: 1 - Experimental
1118+
> Stability: 2 - Stable
11141119
11151120
Starts the V8 heap profiler on start up, and writes the heap profile to disk
11161121
before exit.
@@ -1131,9 +1136,14 @@ Heap.20190409.202950.15293.0.001.heapprofile
11311136

11321137
<!-- YAML
11331138
added: v12.4.0
1139+
changes:
1140+
- version:
1141+
- REPLACEME
1142+
pr-url: https://github.com/nodejs/node/pull/53343
1143+
description: The `--heap-prof` flags are now stable.
11341144
-->
11351145

1136-
> Stability: 1 - Experimental
1146+
> Stability: 2 - Stable
11371147
11381148
Specify the directory where the heap profiles generated by `--heap-prof` will
11391149
be placed.
@@ -1145,9 +1155,14 @@ The default value is controlled by the
11451155

11461156
<!-- YAML
11471157
added: v12.4.0
1158+
changes:
1159+
- version:
1160+
- REPLACEME
1161+
pr-url: https://github.com/nodejs/node/pull/53343
1162+
description: The `--heap-prof` flags are now stable.
11481163
-->
11491164

1150-
> Stability: 1 - Experimental
1165+
> Stability: 2 - Stable
11511166
11521167
Specify the average sampling interval in bytes for the heap profiles generated
11531168
by `--heap-prof`. The default is 512 \* 1024 bytes.
@@ -1156,9 +1171,14 @@ by `--heap-prof`. The default is 512 \* 1024 bytes.
11561171

11571172
<!-- YAML
11581173
added: v12.4.0
1174+
changes:
1175+
- version:
1176+
- REPLACEME
1177+
pr-url: https://github.com/nodejs/node/pull/53343
1178+
description: The `--heap-prof` flags are now stable.
11591179
-->
11601180

1161-
> Stability: 1 - Experimental
1181+
> Stability: 2 - Stable
11621182
11631183
Specify the file name of the heap profile generated by `--heap-prof`.
11641184

0 commit comments

Comments
 (0)