@@ -494,9 +494,14 @@ node -C development app.js
494494
495495<!-- YAML
496496added: v12.0.0
497+ changes:
498+ - version:
499+ - REPLACEME
500+ pr-url: https://github.com/nodejs/node/pull/53343
501+ description: The `--cpu-prof` flags are now stable.
497502-->
498503
499- > Stability: 1 - Experimental
504+ > Stability: 2 - Stable
500505
501506Starts the V8 CPU profiler on start up, and writes the CPU profile to disk
502507before exit.
@@ -517,9 +522,14 @@ CPU.20190409.202950.15293.0.0.cpuprofile
517522
518523<!-- YAML
519524added: v12.0.0
525+ changes:
526+ - version:
527+ - REPLACEME
528+ pr-url: https://github.com/nodejs/node/pull/53343
529+ description: The `--cpu-prof` flags are now stable.
520530-->
521531
522- > Stability: 1 - Experimental
532+ > Stability: 2 - Stable
523533
524534Specify the directory where the CPU profiles generated by ` --cpu-prof ` will
525535be placed.
@@ -531,9 +541,14 @@ The default value is controlled by the
531541
532542<!-- YAML
533543added: v12.2.0
544+ changes:
545+ - version:
546+ - REPLACEME
547+ pr-url: https://github.com/nodejs/node/pull/53343
548+ description: The `--cpu-prof` flags are now stable.
534549-->
535550
536- > Stability: 1 - Experimental
551+ > Stability: 2 - Stable
537552
538553Specify the sampling interval in microseconds for the CPU profiles generated
539554by ` --cpu-prof ` . The default is 1000 microseconds.
@@ -542,9 +557,14 @@ by `--cpu-prof`. The default is 1000 microseconds.
542557
543558<!-- YAML
544559added: v12.0.0
560+ changes:
561+ - version:
562+ - REPLACEME
563+ pr-url: https://github.com/nodejs/node/pull/53343
564+ description: The `--cpu-prof` flags are now stable.
545565-->
546566
547- > Stability: 1 - Experimental
567+ > Stability: 2 - Stable
548568
549569Specify the file name of the CPU profile generated by ` --cpu-prof ` .
550570
0 commit comments