@@ -1173,9 +1173,14 @@ To allow polyfills to be added,
1173
1173
1174
1174
<!-- YAML
1175
1175
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.
1176
1181
-->
1177
1182
1178
- > Stability: 1 - Experimental
1183
+ > Stability: 2 - Stable
1179
1184
1180
1185
Starts the V8 heap profiler on start up, and writes the heap profile to disk
1181
1186
before exit.
@@ -1196,9 +1201,14 @@ Heap.20190409.202950.15293.0.001.heapprofile
1196
1201
1197
1202
<!-- YAML
1198
1203
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.
1199
1209
-->
1200
1210
1201
- > Stability: 1 - Experimental
1211
+ > Stability: 2 - Stable
1202
1212
1203
1213
Specify the directory where the heap profiles generated by ` --heap-prof ` will
1204
1214
be placed.
@@ -1210,9 +1220,14 @@ The default value is controlled by the
1210
1220
1211
1221
<!-- YAML
1212
1222
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.
1213
1228
-->
1214
1229
1215
- > Stability: 1 - Experimental
1230
+ > Stability: 2 - Stable
1216
1231
1217
1232
Specify the average sampling interval in bytes for the heap profiles generated
1218
1233
by ` --heap-prof ` . The default is 512 \* 1024 bytes.
@@ -1221,9 +1236,14 @@ by `--heap-prof`. The default is 512 \* 1024 bytes.
1221
1236
1222
1237
<!-- YAML
1223
1238
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.
1224
1244
-->
1225
1245
1226
- > Stability: 1 - Experimental
1246
+ > Stability: 2 - Stable
1227
1247
1228
1248
Specify the file name of the heap profile generated by ` --heap-prof ` .
1229
1249
0 commit comments