whitespaces
authorderaadt <deraadt@openbsd.org>
Mon, 19 Aug 2024 14:46:41 +0000 (14:46 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 19 Aug 2024 14:46:41 +0000 (14:46 +0000)
usr.bin/gprof/gprof.flat

index 60999a3..a033940 100644 (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.
 \f