Home
last modified time | relevance | path

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

/openbmc/qemu/tests/fp/
H A Dfp-bench.c130 static int64_t ns_elapsed; variable
421 ns_elapsed += get_clock() - t0; in bench()
701 printf("%.2f MFlops\n", (double)n_completed_ops / ns_elapsed * 1e3); in pr_stats()
/openbmc/qemu/hw/usb/
H A Dhcd-ehci.c2269 uint64_t ns_elapsed; in ehci_work_bh() local
2279 ns_elapsed = t_now - ehci->last_run_ns; in ehci_work_bh()
2280 uframes = ns_elapsed / UFRAME_TIMER_NS; in ehci_work_bh()