Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c6449 hrtime_t functime = gethrtime(); in ztest_execute() local
6454 functime = gethrtime() - functime; in ztest_execute()
6457 atomic_add_64(&zc->zc_time, functime); in ztest_execute()
6463 (double)functime / NANOSEC, dli.dli_sname); in ztest_execute()