@@ -490,9 +490,14 @@ node -C development app.js
490
490
491
491
<!-- YAML
492
492
added: 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.
493
498
-->
494
499
495
- > Stability: 1 - Experimental
500
+ > Stability: 2 - Stable
496
501
497
502
Starts the V8 CPU profiler on start up, and writes the CPU profile to disk
498
503
before exit.
@@ -513,9 +518,14 @@ CPU.20190409.202950.15293.0.0.cpuprofile
513
518
514
519
<!-- YAML
515
520
added: 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.
516
526
-->
517
527
518
- > Stability: 1 - Experimental
528
+ > Stability: 2 - Stable
519
529
520
530
Specify the directory where the CPU profiles generated by ` --cpu-prof ` will
521
531
be placed.
@@ -527,9 +537,14 @@ The default value is controlled by the
527
537
528
538
<!-- YAML
529
539
added: 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.
530
545
-->
531
546
532
- > Stability: 1 - Experimental
547
+ > Stability: 2 - Stable
533
548
534
549
Specify the sampling interval in microseconds for the CPU profiles generated
535
550
by ` --cpu-prof ` . The default is 1000 microseconds.
@@ -538,9 +553,14 @@ by `--cpu-prof`. The default is 1000 microseconds.
538
553
539
554
<!-- YAML
540
555
added: 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.
541
561
-->
542
562
543
- > Stability: 1 - Experimental
563
+ > Stability: 2 - Stable
544
564
545
565
Specify the file name of the CPU profile generated by ` --cpu-prof ` .
546
566
0 commit comments