Lines Matching refs:counts

117  [ --[no-]exec-counts[=@var{name}] ]
305 Each sample counts as 0.01 seconds.
401 listing of the basic-block execution counts. Unfortunately, the
403 counts didn't get written into @file{gmon.out}.
491 @itemx --exec-counts[=@var{symspec}]
498 execution counts to be tallied and displayed.
576 @itemx --no-exec-counts[=@var{symspec}]
682 are indicated in the call graph with call counts of @samp{0}.
913 labeled with execution counts
935 Each sample counts as 0.01 seconds.
1155 separated by a @samp{+}. The first number counts non-recursive calls,
1156 and the second counts recursive calls.
1451 Each sample counts as 0.01 seconds.
1484 Each sample counts as 0.01 seconds.
1529 versions of @code{gcc} support for displaying basic-block counts is
1623 applications that link with multi-threaded libraries, the counts are
1722 Looking at the per-line call counts only tells part of the story.
1723 Because @code{gprof} can only report call times and counts by function,
1755 If your program is completely deterministic, all the call counts
1771 for basic-block execution counts and non-realtime histograms. A magic
1793 @sc{gnu} @code{gprof} prints all of their counts, separated by commas.
1904 of counts, initially zero.
1917 is written, followed by the call-graph arcs and the basic-block counts.
1940 basic-block execution counts cannot be accommodated by the old file
1956 example, for basic-block execution counts, the union is simply the sum
1957 of all execution counts for each basic-block.
1965 profiling clock, and the physical dimension that the bin counts
2121 records are present for the same address, the call counts
2175 information, if present, to label each line of code with call counts,
2176 otherwise only the function call counts are presented.