From f7ea3535cf259184c91491437661b30737e8cbab Mon Sep 17 00:00:00 2001 From: arcabot Date: Fri, 8 Nov 2024 18:28:25 +0000 Subject: [PATCH] Automatic update of README.md by arcaflow-docsgen arcabot --- README.md | 78 ++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 68 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cd7b8ec..fb4416b 100644 --- a/README.md +++ b/README.md @@ -158,20 +158,49 @@ Runs the RTLA Timerlat data collection and then processes the results into a mac -
Type:scope
Root object:TimerlatOutput
Properties
latency_hist (list[any]) -
Name:latency histogram
Description:Histogram of latencies
Required:No
Type:list[any]
+
Properties
latency_hist (list[map[string,int]]) +
Name:latency histogram
Description:Histogram of latencies
Required:No
Type:list[map[string,int]]
List items - +
Type:any
+ +
Type:map[string,int]
+
+ Key type + +
Type:string
+
+
+
+ Value type + + +
Type:int
+
+
-
stats_per_col (list[any]) -
Name:statistics per column
Description:Latency statistics per captured column
Required:No
Type:list[any]
+
stats_per_col (list[map[string,any]]) + @@ -210,20 +239,49 @@ Runs the RTLA Timerlat data collection and then processes the results into a mac
Name:statistics per column
Description:Latency statistics per captured column
Required:No
Type:list[map[string,any]]
List items + + +
Type:map[string,any]
+
+ Key type + +
Type:string
+
+
+
+ Value type +
Type:any
+
+
TimerlatOutput (object) -
Type:object
Properties
latency_hist (list[any]) -
Name:latency histogram
Description:Histogram of latencies
Required:No
Type:list[any]
+
Type:object
Properties
latency_hist (list[map[string,int]]) +
Name:latency histogram
Description:Histogram of latencies
Required:No
Type:list[map[string,int]]
List items - +
Type:any
+ +
Type:map[string,int]
+
+ Key type + +
Type:string
+
+
+
+ Value type + + +
Type:int
+
+
-
stats_per_col (list[any]) -
Name:statistics per column
Description:Latency statistics per captured column
Required:No
Type:list[any]
+
stats_per_col (list[map[string,any]]) +
Name:statistics per column
Description:Latency statistics per captured column
Required:No
Type:list[map[string,any]]
List items + + +
Type:map[string,any]
+
+ Key type + +
Type:string
+
+
+
+ Value type +
Type:any
+
+