Searched refs:score_cumul (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_sbprofile.c52 ULong score_cumul, score_cumul_saved, score_here; local
81 score_cumul = 0;
91 score_cumul += score_here;
92 VG_(percentify)(score_cumul, score_total, 2, 6, buf_cumul);
96 score_cumul, buf_cumul,
99 score_cumul_saved = score_cumul;
113 score_cumul = 0;
123 score_cumul += score_here;
124 VG_(percentify)(score_cumul, score_total, 2, 6, buf_cumul);
131 score_cumul, buf_cumu
[all...]

Completed in 171 milliseconds