Home
last modified time | relevance | path

Searched refs:score_here (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
89 score_here = tops[r].score; in show_SB_profile()
90 score_cumul += score_here; in show_SB_profile()
97 score_total == 0 ? 100.0 : score_here * 100.0 / score_total; in show_SB_profile()
102 score_here, percent_here, tops[r].addr, name); in show_SB_profile()
128 score_here = tops[r].score; in show_SB_profile()
129 score_cumul += score_here; in show_SB_profile()
136 score_total == 0 ? 100.0 : score_here * 100.0 / score_total; in show_SB_profile()
144 score_here, percent_here, tops[r].addr, name ); in show_SB_profile()
164 score_here = tops[r].score; in show_SB_profile()
[all …]