Skip to content

Commit 4dda1e7

Browse files
committed
doc: mark --heap-prof and related flags stable
1 parent 51acf22 commit 4dda1e7

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

doc/api/cli.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,9 +1158,14 @@ To allow polyfills to be added,
11581158

11591159
<!-- YAML
11601160
added: v12.4.0
1161+
changes:
1162+
- version:
1163+
- REPLACEME
1164+
pr-url: https://github.com/nodejs/node/pull/53343
1165+
description: The `--heap-prof` flags are now stable.
11611166
-->
11621167

1163-
> Stability: 1 - Experimental
1168+
> Stability: 2 - Stable
11641169
11651170
Starts the V8 heap profiler on start up, and writes the heap profile to disk
11661171
before exit.
@@ -1181,9 +1186,14 @@ Heap.20190409.202950.15293.0.001.heapprofile
11811186

11821187
<!-- YAML
11831188
added: v12.4.0
1189+
changes:
1190+
- version:
1191+
- REPLACEME
1192+
pr-url: https://github.com/nodejs/node/pull/53343
1193+
description: The `--heap-prof` flags are now stable.
11841194
-->
11851195

1186-
> Stability: 1 - Experimental
1196+
> Stability: 2 - Stable
11871197
11881198
Specify the directory where the heap profiles generated by `--heap-prof` will
11891199
be placed.
@@ -1195,9 +1205,14 @@ The default value is controlled by the
11951205

11961206
<!-- YAML
11971207
added: v12.4.0
1208+
changes:
1209+
- version:
1210+
- REPLACEME
1211+
pr-url: https://github.com/nodejs/node/pull/53343
1212+
description: The `--heap-prof` flags are now stable.
11981213
-->
11991214

1200-
> Stability: 1 - Experimental
1215+
> Stability: 2 - Stable
12011216
12021217
Specify the average sampling interval in bytes for the heap profiles generated
12031218
by `--heap-prof`. The default is 512 \* 1024 bytes.
@@ -1206,9 +1221,14 @@ by `--heap-prof`. The default is 512 \* 1024 bytes.
12061221

12071222
<!-- YAML
12081223
added: v12.4.0
1224+
changes:
1225+
- version:
1226+
- REPLACEME
1227+
pr-url: https://github.com/nodejs/node/pull/53343
1228+
description: The `--heap-prof` flags are now stable.
12091229
-->
12101230

1211-
> Stability: 1 - Experimental
1231+
> Stability: 2 - Stable
12121232
12131233
Specify the file name of the heap profile generated by `--heap-prof`.
12141234

0 commit comments

Comments
 (0)