@@ -1108,9 +1108,14 @@ To allow polyfills to be added,
1108
1108
1109
1109
<!-- YAML
1110
1110
added: v12.4.0
1111
+ changes:
1112
+ - version:
1113
+ - REPLACEME
1114
+ pr-url: https://github.com/nodejs/node/pull/53343
1115
+ description: The `--heap-prof` flags are now stable.
1111
1116
-->
1112
1117
1113
- > Stability: 1 - Experimental
1118
+ > Stability: 2 - Stable
1114
1119
1115
1120
Starts the V8 heap profiler on start up, and writes the heap profile to disk
1116
1121
before exit.
@@ -1131,9 +1136,14 @@ Heap.20190409.202950.15293.0.001.heapprofile
1131
1136
1132
1137
<!-- YAML
1133
1138
added: v12.4.0
1139
+ changes:
1140
+ - version:
1141
+ - REPLACEME
1142
+ pr-url: https://github.com/nodejs/node/pull/53343
1143
+ description: The `--heap-prof` flags are now stable.
1134
1144
-->
1135
1145
1136
- > Stability: 1 - Experimental
1146
+ > Stability: 2 - Stable
1137
1147
1138
1148
Specify the directory where the heap profiles generated by ` --heap-prof ` will
1139
1149
be placed.
@@ -1145,9 +1155,14 @@ The default value is controlled by the
1145
1155
1146
1156
<!-- YAML
1147
1157
added: v12.4.0
1158
+ changes:
1159
+ - version:
1160
+ - REPLACEME
1161
+ pr-url: https://github.com/nodejs/node/pull/53343
1162
+ description: The `--heap-prof` flags are now stable.
1148
1163
-->
1149
1164
1150
- > Stability: 1 - Experimental
1165
+ > Stability: 2 - Stable
1151
1166
1152
1167
Specify the average sampling interval in bytes for the heap profiles generated
1153
1168
by ` --heap-prof ` . The default is 512 \* 1024 bytes.
@@ -1156,9 +1171,14 @@ by `--heap-prof`. The default is 512 \* 1024 bytes.
1156
1171
1157
1172
<!-- YAML
1158
1173
added: v12.4.0
1174
+ changes:
1175
+ - version:
1176
+ - REPLACEME
1177
+ pr-url: https://github.com/nodejs/node/pull/53343
1178
+ description: The `--heap-prof` flags are now stable.
1159
1179
-->
1160
1180
1161
- > Stability: 1 - Experimental
1181
+ > Stability: 2 - Stable
1162
1182
1163
1183
Specify the file name of the heap profile generated by ` --heap-prof ` .
1164
1184
0 commit comments