Lines Matching full:program
34 program.
38 that are called during execution of the program,
44 the program is also available
53 the total time of the program.
81 Ideally, we would like to print the call graph of the program,
175 the program.
180 running time of the program.
191 in the program may become less parameterized,
214 These and other ideas for program improvement are discussed in
218 profiling the program,
220 then finding some other part of the program
241 flow of an unfamiliar program.
242 If you receive a program from another user that you need to modify
245 By running the program on an example and then using \fBgprof\fR,
246 you can get a view of the structure of the program.
249 of the program.
251 of the output portion of the program has the following structure:
280 exercise the entire program.
285 For each routine in the program,
290 at all levels of the program decomposition.
292 and can be compiled into the program without any prior planning by
294 It adds only five to thirty percent execution overhead to the program
296 produces no additional output until after the program finishes,
297 and allows the program to be measured in its actual environment.