Skip to content

Commit c431010

Browse files
joyeecheungmarco-ippolito
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 f0fcbd3 commit c431010

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
@@ -490,9 +490,14 @@ node -C development app.js
490490

491491
<!-- YAML
492492
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.
493498
-->
494499

495-
> Stability: 1 - Experimental
500+
> Stability: 2 - Stable
496501
497502
Starts the V8 CPU profiler on start up, and writes the CPU profile to disk
498503
before exit.
@@ -513,9 +518,14 @@ CPU.20190409.202950.15293.0.0.cpuprofile
513518

514519
<!-- YAML
515520
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.
516526
-->
517527

518-
> Stability: 1 - Experimental
528+
> Stability: 2 - Stable
519529
520530
Specify the directory where the CPU profiles generated by `--cpu-prof` will
521531
be placed.
@@ -527,9 +537,14 @@ The default value is controlled by the
527537

528538
<!-- YAML
529539
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.
530545
-->
531546

532-
> Stability: 1 - Experimental
547+
> Stability: 2 - Stable
533548
534549
Specify the sampling interval in microseconds for the CPU profiles generated
535550
by `--cpu-prof`. The default is 1000 microseconds.
@@ -538,9 +553,14 @@ by `--cpu-prof`. The default is 1000 microseconds.
538553

539554
<!-- YAML
540555
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.
541561
-->
542562

543-
> Stability: 1 - Experimental
563+
> Stability: 2 - Stable
544564
545565
Specify the file name of the CPU profile generated by `--cpu-prof`.
546566

0 commit comments

Comments
 (0)