From 8ca81dd8d4b780b0e62a4f8511bc624d77658185 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Thu, 11 Jan 2024 18:46:54 +0000 Subject: [PATCH] info section sync --- reference/info/functions/gc-status.xml | 101 ++++++++++++++++++++++++- 1 file changed, 100 insertions(+), 1 deletion(-) diff --git a/reference/info/functions/gc-status.xml b/reference/info/functions/gc-status.xml index 2df8e8e7b2..ba3e26327b 100644 --- a/reference/info/functions/gc-status.xml +++ b/reference/info/functions/gc-status.xml @@ -1,6 +1,6 @@ - + @@ -50,10 +50,78 @@ "roots" + + + "running" + + + + + "protected" + + + + + "full" + + + + + "buffer_size" + + + + + "application_time" + + + + + "collector_time" + + + + + "destructor_time" + + + + + "free_time" + + + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 8.3.0 + + gc_status retourne désormais les champs additionnels suivants : + "running", "protected", + "full", "buffer_size", + "application_time", "collector_time", + "destructor_time", et "free_time". + + + + + + + + &reftitle.examples; @@ -91,6 +159,37 @@ array(4) { ["roots"]=> int(0) } +]]> + + &example.outputs.83.similar; + + + bool(false) + ["protected"]=> + bool(false) + ["full"]=> + bool(false) + ["runs"]=> + int(5) + ["collected"]=> + int(100002) + ["threshold"]=> + int(50001) + ["buffer_size"]=> + int(131072) + ["roots"]=> + int(0) + ["application_time"]=> + float(0.031182458) + ["collector_time"]=> + float(0.020106291) + ["destructor_time"]=> + float(0) + ["free_time"]=> + float(0.003707167) +} ]]>