@@ -490,9 +490,14 @@ node -C development app.js
490490
491491<!-- YAML
492492added: v12.0.0
493+ changes:
494+ - version:
495+ - REPLACEME
496+ pr-url: https://github.com/nodejs/node/pull/53343
497+ description: The `--cpu-prof` flags are now stable.
493498-->
494499
495- > Stability: 1 - Experimental
500+ > Stability: 2 - Stable
496501
497502Starts the V8 CPU profiler on start up, and writes the CPU profile to disk
498503before exit.
@@ -513,9 +518,14 @@ CPU.20190409.202950.15293.0.0.cpuprofile
513518
514519<!-- YAML
515520added: v12.0.0
521+ changes:
522+ - version:
523+ - REPLACEME
524+ pr-url: https://github.com/nodejs/node/pull/53343
525+ description: The `--cpu-prof` flags are now stable.
516526-->
517527
518- > Stability: 1 - Experimental
528+ > Stability: 2 - Stable
519529
520530Specify the directory where the CPU profiles generated by ` --cpu-prof ` will
521531be placed.
@@ -527,9 +537,14 @@ The default value is controlled by the
527537
528538<!-- YAML
529539added: v12.2.0
540+ changes:
541+ - version:
542+ - REPLACEME
543+ pr-url: https://github.com/nodejs/node/pull/53343
544+ description: The `--cpu-prof` flags are now stable.
530545-->
531546
532- > Stability: 1 - Experimental
547+ > Stability: 2 - Stable
533548
534549Specify the sampling interval in microseconds for the CPU profiles generated
535550by ` --cpu-prof ` . The default is 1000 microseconds.
@@ -538,9 +553,14 @@ by `--cpu-prof`. The default is 1000 microseconds.
538553
539554<!-- YAML
540555added: v12.0.0
556+ changes:
557+ - version:
558+ - REPLACEME
559+ pr-url: https://github.com/nodejs/node/pull/53343
560+ description: The `--cpu-prof` flags are now stable.
541561-->
542562
543- > Stability: 1 - Experimental
563+ > Stability: 2 - Stable
544564
545565Specify the file name of the CPU profile generated by ` --cpu-prof ` .
546566
0 commit comments