From cbddb8cd77a9453dd4d7119b6cfe6cd75ceeac4b Mon Sep 17 00:00:00 2001 From: "Eliyaan (Nopana)" <103932369+Eliyaan@users.noreply.github.com> Date: Thu, 1 May 2025 08:10:27 +0200 Subject: [PATCH] doc: exchange the descriptions of the 3rd and 4th columns for the -profile report (#24375) --- doc/docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/docs.md b/doc/docs.md index e830e39f70..23c0fadade 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -5531,9 +5531,9 @@ The generated profile.txt file will have lines with 4 columns: 1. How many times a function was called. 2. How much time in total a function took (in ms). -3. How much time on average, a call to a function took (in ns). -4. How much time a function took (in ms), on its own, without the calls inside it. +3. How much time a function took (in ms), on its own, without the calls inside it. It is reliable for multithreaded programs, when tcc is not used. +4. How much time on average, a call to a function took (in ns). 5. The name of the v function. You can sort on column 3 (average time per function) using: