Skip to content

Commit 9ff4255

Browse files
joyeecheungeliphazbouye
authored andcommitted
doc: mark --heap-prof and related flags stable
PR-URL: nodejs#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 03debad commit 9ff4255

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

11761176
<!-- YAML
11771177
added: v12.4.0
1178+
changes:
1179+
- version:
1180+
- REPLACEME
1181+
pr-url: https://github.com/nodejs/node/pull/53343
1182+
description: The `--heap-prof` flags are now stable.
11781183
-->
11791184

1180-
> Stability: 1 - Experimental
1185+
> Stability: 2 - Stable
11811186
11821187
Starts the V8 heap profiler on start up, and writes the heap profile to disk
11831188
before exit.
@@ -1198,9 +1203,14 @@ Heap.20190409.202950.15293.0.001.heapprofile
11981203

11991204
<!-- YAML
12001205
added: v12.4.0
1206+
changes:
1207+
- version:
1208+
- REPLACEME
1209+
pr-url: https://github.com/nodejs/node/pull/53343
1210+
description: The `--heap-prof` flags are now stable.
12011211
-->
12021212

1203-
> Stability: 1 - Experimental
1213+
> Stability: 2 - Stable
12041214
12051215
Specify the directory where the heap profiles generated by `--heap-prof` will
12061216
be placed.
@@ -1212,9 +1222,14 @@ The default value is controlled by the
12121222

12131223
<!-- YAML
12141224
added: v12.4.0
1225+
changes:
1226+
- version:
1227+
- REPLACEME
1228+
pr-url: https://github.com/nodejs/node/pull/53343
1229+
description: The `--heap-prof` flags are now stable.
12151230
-->
12161231

1217-
> Stability: 1 - Experimental
1232+
> Stability: 2 - Stable
12181233
12191234
Specify the average sampling interval in bytes for the heap profiles generated
12201235
by `--heap-prof`. The default is 512 \* 1024 bytes.
@@ -1223,9 +1238,14 @@ by `--heap-prof`. The default is 512 \* 1024 bytes.
12231238

12241239
<!-- YAML
12251240
added: v12.4.0
1241+
changes:
1242+
- version:
1243+
- REPLACEME
1244+
pr-url: https://github.com/nodejs/node/pull/53343
1245+
description: The `--heap-prof` flags are now stable.
12261246
-->
12271247

1228-
> Stability: 1 - Experimental
1248+
> Stability: 2 - Stable
12291249
12301250
Specify the file name of the heap profile generated by `--heap-prof`.
12311251

0 commit comments

Comments
 (0)