@@ -1158,9 +1158,14 @@ To allow polyfills to be added,
11581158
11591159<!-- YAML
11601160added: 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
11651170Starts the V8 heap profiler on start up, and writes the heap profile to disk
11661171before exit.
@@ -1181,9 +1186,14 @@ Heap.20190409.202950.15293.0.001.heapprofile
11811186
11821187<!-- YAML
11831188added: 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
11881198Specify the directory where the heap profiles generated by ` --heap-prof ` will
11891199be placed.
@@ -1195,9 +1205,14 @@ The default value is controlled by the
11951205
11961206<!-- YAML
11971207added: 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
12021217Specify the average sampling interval in bytes for the heap profiles generated
12031218by ` --heap-prof ` . The default is 512 \* 1024 bytes.
@@ -1206,9 +1221,14 @@ by `--heap-prof`. The default is 512 \* 1024 bytes.
12061221
12071222<!-- YAML
12081223added: 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
12131233Specify the file name of the heap profile generated by ` --heap-prof ` .
12141234
0 commit comments