Home
last modified time | relevance | path

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

/dragonfly/test/interbench/
H A Dinterbench.c147 unsigned long long get_nsecs(struct timespec *myts) in get_nsecs() function
995 start_time = get_nsecs(&myts); in calibrate_loop()
997 run_time = get_nsecs(&myts) - start_time; in calibrate_loop()
1005 start_time = get_nsecs(&myts); in calibrate_loop()
1007 run_time = get_nsecs(&myts) - start_time; in calibrate_loop()