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

/external/valgrind/exp-dhat/
H A Ddh_main.c189 ULong tot_bytes; member in struct:__anon20326
268 api->tot_bytes += bk->req_szB;
442 api->tot_bytes += delta;
1099 show_N_div_100( bufA, ((ULong)api->tot_bytes * 100ULL)
1108 api->tot_bytes, api->tot_blocks, bufA);
1111 tl_assert(api->tot_bytes >= api->max_bytes_live);
1135 if (api->tot_bytes > 0) {
1136 show_N_div_100(bufR, (100ULL * api->n_reads) / api->tot_bytes);
1137 show_N_div_100(bufW, (100ULL * api->n_writes) / api->tot_bytes);
1173 return api->tot_bytes;
[all...]

Completed in 155 milliseconds