@@ -1158,9 +1158,14 @@ To allow polyfills to be added,
1158
1158
1159
1159
<!-- YAML
1160
1160
added: 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.
1161
1166
-->
1162
1167
1163
- > Stability: 1 - Experimental
1168
+ > Stability: 2 - Stable
1164
1169
1165
1170
Starts the V8 heap profiler on start up, and writes the heap profile to disk
1166
1171
before exit.
@@ -1181,9 +1186,14 @@ Heap.20190409.202950.15293.0.001.heapprofile
1181
1186
1182
1187
<!-- YAML
1183
1188
added: 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.
1184
1194
-->
1185
1195
1186
- > Stability: 1 - Experimental
1196
+ > Stability: 2 - Stable
1187
1197
1188
1198
Specify the directory where the heap profiles generated by ` --heap-prof ` will
1189
1199
be placed.
@@ -1195,9 +1205,14 @@ The default value is controlled by the
1195
1205
1196
1206
<!-- YAML
1197
1207
added: 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.
1198
1213
-->
1199
1214
1200
- > Stability: 1 - Experimental
1215
+ > Stability: 2 - Stable
1201
1216
1202
1217
Specify the average sampling interval in bytes for the heap profiles generated
1203
1218
by ` --heap-prof ` . The default is 512 \* 1024 bytes.
@@ -1206,9 +1221,14 @@ by `--heap-prof`. The default is 512 \* 1024 bytes.
1206
1221
1207
1222
<!-- YAML
1208
1223
added: 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.
1209
1229
-->
1210
1230
1211
- > Stability: 1 - Experimental
1231
+ > Stability: 2 - Stable
1212
1232
1213
1233
Specify the file name of the heap profile generated by ` --heap-prof ` .
1214
1234
0 commit comments