Skip to content

Commit 0b9daaa

Browse files
joyeecheungmarco-ippolito
authored andcommitted
doc: mark --cpu-prof and related flags stable
PR-URL: #53343 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Ruy Adorno <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent daf9183 commit 0b9daaa

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

doc/api/cli.md

Lines changed: 24 additions & 4 deletions
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)