diff --git a/doc/api/cli.md b/doc/api/cli.md index 030e454b66e20e..289b48bd33388f 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -494,9 +494,14 @@ node -C development app.js -> Stability: 1 - Experimental +> Stability: 2 - Stable Starts the V8 CPU profiler on start up, and writes the CPU profile to disk before exit. @@ -517,9 +522,14 @@ CPU.20190409.202950.15293.0.0.cpuprofile -> Stability: 1 - Experimental +> Stability: 2 - Stable Specify the directory where the CPU profiles generated by `--cpu-prof` will be placed. @@ -531,9 +541,14 @@ The default value is controlled by the -> Stability: 1 - Experimental +> Stability: 2 - Stable Specify the sampling interval in microseconds for the CPU profiles generated by `--cpu-prof`. The default is 1000 microseconds. @@ -542,9 +557,14 @@ by `--cpu-prof`. The default is 1000 microseconds. -> Stability: 1 - Experimental +> Stability: 2 - Stable Specify the file name of the CPU profile generated by `--cpu-prof`. @@ -1138,9 +1158,14 @@ To allow polyfills to be added, -> Stability: 1 - Experimental +> Stability: 2 - Stable Starts the V8 heap profiler on start up, and writes the heap profile to disk before exit. @@ -1161,9 +1186,14 @@ Heap.20190409.202950.15293.0.001.heapprofile -> Stability: 1 - Experimental +> Stability: 2 - Stable Specify the directory where the heap profiles generated by `--heap-prof` will be placed. @@ -1175,9 +1205,14 @@ The default value is controlled by the -> Stability: 1 - Experimental +> Stability: 2 - Stable Specify the average sampling interval in bytes for the heap profiles generated by `--heap-prof`. The default is 512 \* 1024 bytes. @@ -1186,9 +1221,14 @@ by `--heap-prof`. The default is 512 \* 1024 bytes. -> Stability: 1 - Experimental +> Stability: 2 - Stable Specify the file name of the heap profile generated by `--heap-prof`.