Lines Matching full:program

47 program
50 change the compiler or recompile the program.
59 program execution: call counts and execution times for
61 traversed by this execution of the program.
63 graph for this execution of the program and propagate times along
68 interfere with the running of the program.
76 times around it, discovering cycles, etc.) during program
78 Our solution is to gather profiling data in memory during program
80 program exits.
81 This file is then processed by a separate program to produce the
84 several executions of a program can be combined by the
90 structures before the program begins execution.
94 to a file as the program terminates.
128 required to execute the program.
150 execution of the profiled program.
158 One need not profile all the routines in a program.
176 systems by the time-slicing of the program.
177 A second method samples the value of the program counter at some
179 samples within the program.
182 the program counter.
188 ``alarm clock'' interrupts that run relative to program time.
190 sampling of the program counter rather than the duration of the
193 program counter will overwhelm the running of the profiled program.
194 On the other hand, the program must run for enough sampled
197 program.
199 afford to output information for each program counter
202 histogram of the location of the program counter at the end of
203 each clock tick (1/60th of a second) in which a program runs.
204 The histogram is assembled in memory as the program runs.
207 program counter values map one-to-one onto the histogram.
215 When the profiled program terminates,
217 program counter samples is written to a file.
220 was traversed by this execution of the program.
222 times the program counter was found to be in each of the ranges covered