1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-04 15:25:38 -08:00

whitespaces

This commit is contained in:
deraadt 2024-08-19 14:46:41 +00:00
parent 73910b9691
commit 2cc97500ed

View File

@ -15,18 +15,18 @@ seconds function alone. This is the major sort for this
calls the number of times this function was invoked, if
this function is profiled, else blank.
self the average number of milliseconds spent in this
ms/call function per call, if this function is profiled,
else blank.
else blank.
total the average number of milliseconds spent in this
ms/call function and its descendents per call, if this
function is profiled, else blank.
ms/call function and its descendents per call, if this
function is profiled, else blank.
name the name of the function. This is the minor sort
for this listing. The index shows the location of
the function in the gprof listing. If the index is
in parenthesis it shows where it would appear in
the gprof listing if it were to be printed.
the function in the gprof listing. If the index is
in parenthesis it shows where it would appear in
the gprof listing if it were to be printed.