Lines Matching refs:report
951 0.00 0.06 0.00 1 0.00 50.00 report
1059 0.00 0.05 1/1 report [3]
1062 [3] 100.0 0.00 0.05 1 report [3]
1109 @code{report} in our main example, together with the heading line that
1116 [3] 100.0 0.00 0.05 1 report [3]
1158 In the example above, the function @code{report} was called once from
1185 @code{report}, the primary line and one caller-line preceding it, together
1192 [3] 100.0 0.00 0.05 1 report [3]
1195 Here are the meanings of the fields in the caller-line for @code{report}
1200 An estimate of the amount of time spent in @code{report} itself when it was
1204 An estimate of the amount of time spent in subroutines of @code{report}
1205 when @code{report} was called from @code{main}.
1208 of the amount of time spent within calls to @code{report} from @code{main}.
1211 Two numbers: the number of times @code{report} was called from @code{main},
1212 followed by the total number of non-recursive calls to @code{report} from
1216 The name of the caller of @code{report} to which this line applies,
1251 0.00 0.05 1/1 report [3]
1255 calling @code{report}:
1259 An estimate of the amount of time spent directly within @code{report}
1260 when @code{report} was called from @code{main}.
1263 An estimate of the amount of time spent in subroutines of @code{report}
1264 when @code{report} was called from @code{main}.
1267 of the total time spent in calls to @code{report} from @code{main}.
1270 Two numbers, the number of calls to @code{report} from @code{main}
1271 followed by the total number of non-recursive calls to @code{report}.
1272 This ratio is used to determine how much of @code{report}'s @code{self}
1723 Because @code{gprof} can only report call times and counts by function,