Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_sbprofile.c52 ULong score_cumul, score_cumul_saved, score_here; in show_SB_profile() local
79 score_cumul = 0; in show_SB_profile()
90 score_cumul += score_here; in show_SB_profile()
95 score_total == 0 ? 100.0 : score_cumul * 100.0 / score_total; in show_SB_profile()
101 score_cumul, percent_cumul, in show_SB_profile()
104 score_cumul_saved = score_cumul; in show_SB_profile()
118 score_cumul = 0; in show_SB_profile()
129 score_cumul += score_here; in show_SB_profile()
134 score_total == 0 ? 100.0 : score_cumul * 100.0 / score_total; in show_SB_profile()
143 score_cumul, percent_cumul, in show_SB_profile()
[all …]