Home
last modified time | relevance | path

Searched defs:bench (Results 1 – 5 of 5) sorted by relevance

/qemu/scripts/simplebench/
H A Dbench-backup.py37 def bench(args): function
H A Dsimplebench.py106 def bench(test_func, test_envs, test_cases, *args, **vargs): function
/qemu/tests/
H A Dmeson.build1 subdir('bench') subdir
/qemu/tests/bench/
H A Dqtree-bench.c121 static int64_t run_benchmark(const struct benchmark *bench, in run_benchmark()
234 const struct benchmark *bench = &benchmarks[k]; in main() local
/qemu/tests/fp/
H A Dfp-bench.c232 static void bench(enum precision prec, enum op op, int n_ops, bool no_neg) in bench() function