Lines Matching full:program
71 <para>As with the Massif heap profiler, DHAT measures program progress
111 <para>Over the entire run of the program, this stack (allocation
115 allocated bytes in 984 blocks. This tells us that the program is
120 died (were freed) during the run of the program. Since 29,520 is
122 all allocated blocks were freed by the end of the program.</para>
125 instructions. From the summary statistics we see that the program ran
127 about 2% of the program's total run time.</para>
131 <para>This next example (from a different program than the above)
133 occurs when a program keeps allocating data, but only frees the
134 data just before it exits. Hence the program's heap grows constantly
135 in size, yet Memcheck reports no leak, because the program has
160 the total program lifetime (419 million insns), hence this is not a
382 different pictures of program behaviour. For example, sorting