Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c6841 hrtime_t functime = gethrtime(); in ztest_execute() local
6847 functime = gethrtime() - functime; in ztest_execute()
6850 atomic_add_64(&zc->zc_time, functime); in ztest_execute()
6854 (double)functime / NANOSEC, zi->zi_funcname); in ztest_execute()