Searched refs:ns_elapsed (Results 1 – 2 of 2) sorted by relevance
130 static int64_t ns_elapsed; variable421 ns_elapsed += get_clock() - t0; in bench()703 printf("%.2f MFlops\n", (double)n_completed_ops / ns_elapsed * 1e3); in pr_stats()
2269 uint64_t ns_elapsed; in ehci_work_bh() local2279 ns_elapsed = t_now - ehci->last_run_ns; in ehci_work_bh()2280 uframes = ns_elapsed / UFRAME_TIMER_NS; in ehci_work_bh()