Home
last modified time | relevance | path

Searched refs:timeit (Results 1 – 4 of 4) sorted by relevance

/openbmc/pyphosphor/obmc/utils/
H A Dtestpathtree.py312 import timeit
358 time = timeit.timeit(stmt, setup=setup)
365 time = timeit.timeit(stmt, setup=setup)
374 time = timeit.timeit(stmt, setup=setup, number=n)
/openbmc/linux/drivers/staging/fbtft/
H A Dfbtft-core.c235 bool timeit = false; in fbtft_update_display() local
244 timeit = true; in fbtft_update_display()
281 if (unlikely(timeit)) { in fbtft_update_display()
/openbmc/openbmc/poky/scripts/
H A Doe-pkgdata-browser30 def timeit(f): function
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A Dfix-lmbench-memory-check-failure.patch141 @@ -66,41 +69,58 @@ timeit(char *where, size_t size)