From 1bcba64abdc4b71704289e0f1a4157828ab14094 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Wed, 5 Jun 2024 12:17:10 +0200 Subject: [PATCH] doc: mark --heap-prof and related flags stable --- doc/api/cli.md | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index c54a7070dfda8a..ad2cc88013745c 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1158,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. @@ -1181,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. @@ -1195,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. @@ -1206,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`.