BSD 4_3 development
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Mon, 6 Aug 1984 09:52:15 +0000 (01:52 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Mon, 6 Aug 1984 09:52:15 +0000 (01:52 -0800)
Work on file usr/src/ucb/gprof/gprof.flat

Co-Authored-By: Peter B. Kessler <peter@ucbvax.Berkeley.EDU>
Synthesized-from: CSRG/cd1/4.3

usr/src/ucb/gprof/gprof.flat [new file with mode: 0644]

diff --git a/usr/src/ucb/gprof/gprof.flat b/usr/src/ucb/gprof/gprof.flat
new file mode 100644 (file)
index 0000000..60999a3
--- /dev/null
@@ -0,0 +1,32 @@
+
+
+
+flat profile:
+
+ %         the percentage of the total running time of the
+time       program used by this function.
+
+cumulative a running sum of the number of seconds accounted
+ seconds   for by this function and those listed above it.
+
+ self      the number of seconds accounted for by this
+seconds    function alone.  This is the major sort for this
+           listing.
+
+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.
+
+ total     the average number of milliseconds spent in this
+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.
+\f