Home
last modified time | relevance | path

Searched refs:score_total (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/coregrind/
Dm_sbprofile.c50 ULong score_total, ULong ecs_done ) in show_SB_profile() argument
75 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_() local
210 show_SB_profile(tops, nToShow, score_total, ecs_done); in VG_()
Dm_transtab.c2468 ULong score_total; in VG_() local
2479 score_total = 0; in VG_()
2487 score_total += score(&sectors[sno].tt[i]); in VG_()
2529 return score_total; in VG_()