Searched refs:ecs_done (Results 1 – 2 of 2) sorted by relevance
50 ULong score_total, ULong ecs_done ) in show_SB_profile() argument56 if (ecs_done > 0) { in show_SB_profile()57 VG_(sprintf)(ecs_txt, "%'llu ecs done", ecs_done); in show_SB_profile()200 void VG_(get_and_show_SB_profile) ( ULong ecs_done ) in VG_()208 Int nToShow = ecs_done == 0 ? N_MAX_END : N_MAX_INTERVAL; in VG_()210 show_SB_profile(tops, nToShow, score_total, ecs_done); in VG_()
41 void VG_(get_and_show_SB_profile) ( ULong ecs_done );