1flat profile: 2 3 % the percentage of the total running time of the 4time program used by this function. 5 6cumulative a running sum of the number of seconds accounted 7 seconds for by this function and those listed above it. 8 9 self the number of seconds accounted for by this 10seconds function alone. This is the major sort for this 11 listing. 12 13calls the number of times this function was invoked, if 14 this function is profiled, else blank. 15 16 self the average number of milliseconds spent in this 17ms/call function per call, if this function is profiled, 18 else blank. 19 20 total the average number of milliseconds spent in this 21ms/call function and its descendents per call, if this 22 function is profiled, else blank. 23 24name the name of the function. This is the minor sort 25 for this listing. The index shows the location of 26 the function in the gprof listing. If the index is 27 in parenthesis it shows where it would appear in 28 the gprof listing if it were to be printed. 29 30Index by function names and Object modules listing: 31 32 The index entries are mapped to the function names. 33 If the same function name appears in multiple object 34 modules, each of these names is prefixed with a 35 module identifier followed by a colon. The shared 36 object modules listing that follows maps these 37 identifiers to appropriate objects. 38 39 40 41 42