@@ -494,9 +494,14 @@ node -C development app.js
494
494
495
495
<!-- YAML
496
496
added: 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.
497
502
-->
498
503
499
- > Stability: 1 - Experimental
504
+ > Stability: 2 - Stable
500
505
501
506
Starts the V8 CPU profiler on start up, and writes the CPU profile to disk
502
507
before exit.
@@ -517,9 +522,14 @@ CPU.20190409.202950.15293.0.0.cpuprofile
517
522
518
523
<!-- YAML
519
524
added: 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.
520
530
-->
521
531
522
- > Stability: 1 - Experimental
532
+ > Stability: 2 - Stable
523
533
524
534
Specify the directory where the CPU profiles generated by ` --cpu-prof ` will
525
535
be placed.
@@ -531,9 +541,14 @@ The default value is controlled by the
531
541
532
542
<!-- YAML
533
543
added: 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.
534
549
-->
535
550
536
- > Stability: 1 - Experimental
551
+ > Stability: 2 - Stable
537
552
538
553
Specify the sampling interval in microseconds for the CPU profiles generated
539
554
by ` --cpu-prof ` . The default is 1000 microseconds.
@@ -542,9 +557,14 @@ by `--cpu-prof`. The default is 1000 microseconds.
542
557
543
558
<!-- YAML
544
559
added: 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.
545
565
-->
546
566
547
- > Stability: 1 - Experimental
567
+ > Stability: 2 - Stable
548
568
549
569
Specify the file name of the CPU profile generated by ` --cpu-prof ` .
550
570
0 commit comments