Searched defs:bench (Results 1 – 3 of 3) sorted by relevance
49 struct bench { struct56 void (*measure)(struct bench_res* res); argument57 void (*report_progress)(int iter, struct bench_res* res, long delta_ns); argument58 void (*report_final)(struct bench_res res[], int res_cnt); argument66 extern const struct bench *bench; argument
478 const struct bench *bench = NULL; variable
32 struct bench { struct35 bench_fn_t fn; argument39 static struct bench numa_benchmarks[] = { argument132 #define for_each_bench(coll, bench) \ argument137 struct bench *bench; in dump_benchmarks() local224 struct bench *bench; in run_collection() local293 struct bench *bench; in cmd_bench() local
Completed in 8 milliseconds