Searched refs:score_here (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/coregrind/ |
D | m_main.c | 1412 ULong score_cumul, score_here; in show_BB_profile() local 1432 score_here = tops[r].score; in show_BB_profile() 1433 score_cumul += score_here; in show_BB_profile() 1435 VG_(percentify)(score_here, score_total, 2, 6, buf_here); in show_BB_profile() 1439 score_here, buf_here, tops[r].addr, name ); in show_BB_profile() 1455 score_here = tops[r].score; in show_BB_profile() 1456 score_cumul += score_here; in show_BB_profile() 1458 VG_(percentify)(score_here, score_total, 2, 6, buf_here); in show_BB_profile() 1465 score_here, buf_here, tops[r].addr, name ); in show_BB_profile()
|