Searched refs:important_hits (Results 1 – 4 of 4) sorted by relevance
36 long important_hits; variable100 __sync_add_and_fetch(&important_hits, lctx.loop_important_hits); in get_local()
225 res->important_hits = atomic_swap(&ctx.skel->bss->important_hits, 0); in measure()
197 important_hits_per_sec = res->important_hits / 1000000.0 / delta_sec; in local_storage_report_progress()213 important_hits_mean += res[i].important_hits / 1000000.0 / (0.0 + res_cnt); in local_storage_report_final()222 (important_hits_mean - res[i].important_hits / 1000000.0) * in local_storage_report_final()223 (important_hits_mean - res[i].important_hits / 1000000.0) / in local_storage_report_final()
42 long important_hits; member