Home
last modified time | relevance | path

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

/external/valgrind/main/exp-dhat/
Ddh_main.c189 ULong tot_bytes; member
268 api->tot_bytes += bk->req_szB; in intro_Block()
442 api->tot_bytes += delta; in apinfo_change_cur_bytes_live()
1099 show_N_div_100( bufA, ((ULong)api->tot_bytes * 100ULL) in show_APInfo()
1108 api->tot_bytes, api->tot_blocks, bufA); in show_APInfo()
1111 tl_assert(api->tot_bytes >= api->max_bytes_live); in show_APInfo()
1135 if (api->tot_bytes > 0) { in show_APInfo()
1136 show_N_div_100(bufR, (100ULL * api->n_reads) / api->tot_bytes); in show_APInfo()
1137 show_N_div_100(bufW, (100ULL * api->n_writes) / api->tot_bytes); in show_APInfo()
1173 return api->tot_bytes; in get_metric__tot_bytes()