mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
doc: exchange the descriptions of the 3rd and 4th columns for the -profile report (#24375)
This commit is contained in:
parent
968c66a23a
commit
cbddb8cd77
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue