doc: exchange the descriptions of the 3rd and 4th columns for the -profile report (#24375)

This commit is contained in:
Eliyaan (Nopana) 2025-05-01 08:10:27 +02:00 committed by GitHub
parent 968c66a23a
commit cbddb8cd77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5531,9 +5531,9 @@ The generated profile.txt file will have lines with 4 columns:
1. How many times a function was called. 1. How many times a function was called.
2. How much time in total a function took (in ms). 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). 3. How much time a function took (in ms), on its own, without the calls inside it.
4. 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. 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. 5. The name of the v function.
You can sort on column 3 (average time per function) using: You can sort on column 3 (average time per function) using: