Skip to content

Commit cf375e7

Browse files
joyeecheungtargos
authored andcommitted
doc: mark --heap-prof and related flags stable
PR-URL: #53343 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Ruy Adorno <ruy@vlt.sh> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parent 0160745 commit cf375e7

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
@@ -1173,9 +1173,14 @@ To allow polyfills to be added,
11731173

11741174
<!-- YAML
11751175
added: v12.4.0
1176+
changes:
1177+
- version:
1178+
- REPLACEME
1179+
pr-url: https://github.com/nodejs/node/pull/53343
1180+
description: The `--heap-prof` flags are now stable.
11761181
-->
11771182

1178-
> Stability: 1 - Experimental
1183+
> Stability: 2 - Stable
11791184
11801185
Starts the V8 heap profiler on start up, and writes the heap profile to disk
11811186
before exit.
@@ -1196,9 +1201,14 @@ Heap.20190409.202950.15293.0.001.heapprofile
11961201

11971202
<!-- YAML
11981203
added: v12.4.0
1204+
changes:
1205+
- version:
1206+
- REPLACEME
1207+
pr-url: https://github.com/nodejs/node/pull/53343
1208+
description: The `--heap-prof` flags are now stable.
11991209
-->
12001210

1201-
> Stability: 1 - Experimental
1211+
> Stability: 2 - Stable
12021212
12031213
Specify the directory where the heap profiles generated by `--heap-prof` will
12041214
be placed.
@@ -1210,9 +1220,14 @@ The default value is controlled by the
12101220

12111221
<!-- YAML
12121222
added: v12.4.0
1223+
changes:
1224+
- version:
1225+
- REPLACEME
1226+
pr-url: https://github.com/nodejs/node/pull/53343
1227+
description: The `--heap-prof` flags are now stable.
12131228
-->
12141229

1215-
> Stability: 1 - Experimental
1230+
> Stability: 2 - Stable
12161231
12171232
Specify the average sampling interval in bytes for the heap profiles generated
12181233
by `--heap-prof`. The default is 512 \* 1024 bytes.
@@ -1221,9 +1236,14 @@ by `--heap-prof`. The default is 512 \* 1024 bytes.
12211236

12221237
<!-- YAML
12231238
added: v12.4.0
1239+
changes:
1240+
- version:
1241+
- REPLACEME
1242+
pr-url: https://github.com/nodejs/node/pull/53343
1243+
description: The `--heap-prof` flags are now stable.
12241244
-->
12251245

1226-
> Stability: 1 - Experimental
1246+
> Stability: 2 - Stable
12271247
12281248
Specify the file name of the heap profile generated by `--heap-prof`.
12291249

0 commit comments

Comments
 (0)