Searched refs:score_here (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
90 score_here = tops[r].score;
91 score_cumul += score_here;
93 VG_(percentify)(score_here, score_total, 2, 6, buf_here);
97 score_here, buf_here, tops[r].addr, name );
122 score_here = tops[r].score;
123 score_cumul += score_here;
125 VG_(percentify)(score_here, score_total, 2, 6, buf_here);
132 score_here, buf_here, tops[r].addr, name );
151 score_here
[all...]

Completed in 547 milliseconds