Home
last modified time | relevance | path

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

/glibc-2.36/benchtests/scripts/
Dimport_bench.py42 def split_list(bench, func, var): argument
97 def do_for_all_timings(bench, callback): argument
Dvalidate_benchout.py30 import import_bench as bench namespace
Dcompare_bench.py27 import import_bench as bench namespace
/glibc-2.36/benchtests/
DMakefile345 bench := $(bench-math) $(bench-pthread) $(bench-string) macro
347 bench := $(foreach B,$(filter bench-%,${BENCHSET}), ${${B}}) macro
397 bench: bench-build bench-set bench-func bench-malloc target
Dbench-malloc-simple.c85 bench (unsigned long size) in bench() function