Lines Matching refs:was

53 execute programs.  @sc{gnu} @code{gprof} was written by Jay Fenlason.
76 execute programs. @sc{gnu} @code{gprof} was written by Jay Fenlason.
172 propagated properly, unless the signal catcher was invoked during
207 functions called which other functions while it was executing. This
244 and how many times that function was called. If you simply want to know
250 of how much time was spent in the subroutines of each function. This can
256 program was executed. @xref{Annotated Source, ,The Annotated Source
493 print a tally of functions and the number of times each was called.
528 was invoked.
578 print a tally of functions and the number of times each was called.
665 function that was loaded directly before it in the executable file.
703 If the program was compiled with basic-block counting enabled,
705 code was executed.
906 * Flat Profile:: The flat profile shows how much time was spent
924 to them, are not mentioned. Note that if a function was not compiled
927 was never called.
969 The program's total execution time was 0.06
973 program was in the @samp{open} function, as indicated by the
990 Clearly some time was spent executing these functions,
1011 This is the total number of times the function was called. If the
1012 function was never called, or the number of times it was called cannot
1013 be determined (probably because the function was not compiled with
1037 The @dfn{call graph} shows how much time was spent in each function
1133 This is the percentage of the total time that was spent in this
1152 This is the number of times the function was called.
1158 In the example above, the function @code{report} was called once from
1180 A function's entry has a line for each function it was called by.
1200 An estimate of the amount of time spent in @code{report} itself when it was
1205 when @code{report} was called from @code{main}.
1211 Two numbers: the number of times @code{report} was called from @code{main},
1260 when @code{report} was called from @code{main}.
1264 when @code{report} was called from @code{main}.
1298 even if @code{b} only calls @code{a} if it was not called from @code{a},
1322 functions @code{a} and @code{b}. The cycle was entered by a call to
1408 cycle's entry says how many time that function was called from functions in
1414 how many times each function in the cycle called or was called from each other
1522 number of times it was called. You may also need to specify the
1528 determine how many times each line of code was executed. With newer
1595 In this example, the function was called twice, passing once through
1597 loop was executed a total of 26312 times. Note how the @code{while}
1823 it was called from. From this, the profiler can figure out what function
1824 called it, and can count how many times it was called. This change is made
1842 and the number of times each of these call arcs was traversed.
1902 If the compiler's @samp{-a} option was used, basic-block counting
1908 At compile time, a paired array was constructed that recorded
1911 along with the number of times it was executed.
1924 program was not running. For example, a part of the program that creates
1947 the profile was collected. @sc{gnu} @code{gprof} adapts automatically
1990 and a count indicating the number of times the arc was traversed
2007 that basic-block was executed. Any address within the basic-address can
2041 memory (if the @samp{-c} option was given).
2143 First, if @samp{-c} was specified, a machine-dependent
2188 If @code{gprof} was compiled with debugging enabled,