diff options
author | Sean Eric Fagan <sef@cygnus> | 1991-07-18 20:19:17 +0000 |
---|---|---|
committer | Sean Eric Fagan <sef@cygnus> | 1991-07-18 20:19:17 +0000 |
commit | 3d6c6501891ab37f334c209e065ad0e7a2cd5a74 (patch) | |
tree | 66618297396822943ef644edb76c0c240a76407a /gprof/gprof.flat | |
parent | 1b2d0bf260776889b7cc5a5fe0cd015856371139 (diff) | |
download | gdb-3d6c6501891ab37f334c209e065ad0e7a2cd5a74.zip gdb-3d6c6501891ab37f334c209e065ad0e7a2cd5a74.tar.gz gdb-3d6c6501891ab37f334c209e065ad0e7a2cd5a74.tar.bz2 |
Initial revision
Diffstat (limited to 'gprof/gprof.flat')
-rw-r--r-- | gprof/gprof.flat | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/gprof/gprof.flat b/gprof/gprof.flat new file mode 100644 index 0000000..60999a3 --- /dev/null +++ b/gprof/gprof.flat @@ -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. + |