Skip to content

Commit 0160745

Browse files
joyeecheungtargos
authored andcommitted
doc: mark --cpu-prof and related flags stable
PR-URL: #53343 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Ruy Adorno <ruy@vlt.sh> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parent 6e12d9f commit 0160745

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

doc/api/cli.md

+24-4
Original file line numberDiff line numberDiff line change
@@ -494,9 +494,14 @@ node -C development app.js
494494

495495
<!-- YAML
496496
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.
497502
-->
498503

499-
> Stability: 1 - Experimental
504+
> Stability: 2 - Stable
500505
501506
Starts the V8 CPU profiler on start up, and writes the CPU profile to disk
502507
before exit.
@@ -517,9 +522,14 @@ CPU.20190409.202950.15293.0.0.cpuprofile
517522

518523
<!-- YAML
519524
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.
520530
-->
521531

522-
> Stability: 1 - Experimental
532+
> Stability: 2 - Stable
523533
524534
Specify the directory where the CPU profiles generated by `--cpu-prof` will
525535
be placed.
@@ -531,9 +541,14 @@ The default value is controlled by the
531541

532542
<!-- YAML
533543
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.
534549
-->
535550

536-
> Stability: 1 - Experimental
551+
> Stability: 2 - Stable
537552
538553
Specify the sampling interval in microseconds for the CPU profiles generated
539554
by `--cpu-prof`. The default is 1000 microseconds.
@@ -542,9 +557,14 @@ by `--cpu-prof`. The default is 1000 microseconds.
542557

543558
<!-- YAML
544559
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.
545565
-->
546566

547-
> Stability: 1 - Experimental
567+
> Stability: 2 - Stable
548568
549569
Specify the file name of the CPU profile generated by `--cpu-prof`.
550570

0 commit comments

Comments
 (0)