Lines Matching full:spent
60 Profiling allows you to learn where your program spent its time and
91 The "flat profile" shows how much time your program spent in each
98 an estimate of how much time was spent in the subroutines of each
182 total time spent in them; there is no record of how many times they
212 somewhat slower than normal because of the time spent collecting and
486 spent in these functions, calls to/from them, etc., will all be
558 no time spent in them. This is useful in conjunction with the
620 spent in the function (and children who were not called from
634 spent in the function and its children (and their children...)
714 * Flat Profile:: The flat profile shows how much time was spent
729 The "flat profile" shows the total amount of time your program spent
731 with no apparent time spent in them, and no apparent calls to them, are
759 The functions are sorted first by decreasing run-time spent in them,
785 Clearly some time was spent executing these functions, but the paucity
793 spent in this function. These should all add up to 100%.
796 This is the cumulative total number of seconds the computer spent
797 executing this functions, plus the time spent in all the functions
811 This represents the average number of milliseconds spent in this
816 This represents the average number of milliseconds spent in this
833 The "call graph" shows how much time was spent in each function and its
879 The entries are sorted by time spent in the function and its
924 This is the percentage of the total time that was spent in this
925 function, including time spent in subroutines called from this
928 The time spent in this function is counted again for the callers of
933 This is the total amount of time spent in this function. This
938 This is the total amount of time spent in the subroutine calls
988 An estimate of the amount of time spent in `report' itself when it
992 An estimate of the amount of time spent in subroutines of `report'
996 amount of time spent within calls to `report' from `main'.
1043 An estimate of the amount of time spent directly within `report'
1047 An estimate of the amount of time spent in subroutines of `report'
1051 total time spent in calls to `report' from `main'.
1090 call graph paradoxical. The "time spent in children" of `a' should
1091 include the time spent in its subroutine `b' and in `b''s
1098 total time spent directly in the functions of the cycle. The
1162 The `self' field of the cycle's primary line is the total time spent
1169 `b', the time spent in those calls to `b' is not counted in `a''s
1175 the amount of time spent _in the whole cycle_, and its other
1459 The assumption made is that the average time spent in each call to
1469 all the time spent in `foo' is in the calls from callers other than `a'.