@@ -1173,9 +1173,14 @@ To allow polyfills to be added,
11731173
11741174<!-- YAML
11751175added: 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
11801185Starts the V8 heap profiler on start up, and writes the heap profile to disk
11811186before exit.
@@ -1196,9 +1201,14 @@ Heap.20190409.202950.15293.0.001.heapprofile
11961201
11971202<!-- YAML
11981203added: 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
12031213Specify the directory where the heap profiles generated by ` --heap-prof ` will
12041214be placed.
@@ -1210,9 +1220,14 @@ The default value is controlled by the
12101220
12111221<!-- YAML
12121222added: 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
12171232Specify the average sampling interval in bytes for the heap profiles generated
12181233by ` --heap-prof ` . The default is 512 \* 1024 bytes.
@@ -1221,9 +1236,14 @@ by `--heap-prof`. The default is 512 \* 1024 bytes.
12211236
12221237<!-- YAML
12231238added: 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
12281248Specify the file name of the heap profile generated by ` --heap-prof ` .
12291249
0 commit comments