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