Lines Matching defs:bench_res
41 struct bench_res {
59 void (*measure)(struct bench_res* res);
60 void (*report_progress)(int iter, struct bench_res* res, long delta_ns);
61 void (*report_final)(struct bench_res res[], int res_cnt);
72 void hits_drops_report_progress(int iter, struct bench_res *res, long delta_ns);
73 void hits_drops_report_final(struct bench_res res[], int res_cnt);
74 void false_hits_report_progress(int iter, struct bench_res *res, long delta_ns);
75 void false_hits_report_final(struct bench_res res[], int res_cnt);
76 void ops_report_progress(int iter, struct bench_res *res, long delta_ns);
77 void ops_report_final(struct bench_res res[], int res_cnt);
78 void local_storage_report_progress(int iter, struct bench_res *res,
80 void local_storage_report_final(struct bench_res res[], int res_cnt);
81 void grace_period_latency_basic_stats(struct bench_res res[], int res_cnt,
83 void grace_period_ticks_basic_stats(struct bench_res res[], int res_cnt,