From 2dc602875e22a2b4a06c08b3d76c8c17f688fa68 Mon Sep 17 00:00:00 2001 From: blyxyas Date: Fri, 25 Jul 2025 00:16:40 +0000 Subject: [PATCH] Add documentation about the "Time" col. --- summarize/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/summarize/README.md b/summarize/README.md index 521b324..9fbb0db 100644 --- a/summarize/README.md +++ b/summarize/README.md @@ -127,6 +127,7 @@ summarize the information for that event. * The `Item` column contains the name of the event. * The `Self time` column contains the total time used by events of this type. + * The `Time` column contains the total time used by events of this type including children functions. * The `% of total time` column contains how large a percentage `Self time` is of the total runtime of the compiler. * The `Item count` column describes the number of times that event has occurred.