Searched refs:score_total (Results 1 – 2 of 2) sorted by relevance
50 ULong score_total, ULong ecs_done ) in show_SB_profile() argument75 VG_(printf)("Total score = %'lld\n\n", score_total); in show_SB_profile()95 score_total == 0 ? 100.0 : score_cumul * 100.0 / score_total; in show_SB_profile()97 score_total == 0 ? 100.0 : score_here * 100.0 / score_total; in show_SB_profile()134 score_total == 0 ? 100.0 : score_cumul * 100.0 / score_total; in show_SB_profile()136 score_total == 0 ? 100.0 : score_here * 100.0 / score_total; in show_SB_profile()169 score_total == 0 ? 100.0 : score_cumul * 100.0 / score_total; in show_SB_profile()171 score_total == 0 ? 100.0 : score_here * 100.0 / score_total; in show_SB_profile()209 ULong score_total = VG_(get_SB_profile)(tops, nToShow); in VG_() local210 show_SB_profile(tops, nToShow, score_total, ecs_done); in VG_()
2468 ULong score_total; in VG_() local2479 score_total = 0; in VG_()2487 score_total += score(§ors[sno].tt[i]); in VG_()2529 return score_total; in VG_()