Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread_timer.h30 uint64_t clkns = rte_get_tsc_hz() / 1e4; in _ns_to_clks() local
32 clkns *= ns; in _ns_to_clks()
33 clkns /= 1e5; in _ns_to_clks()
35 return clkns; in _ns_to_clks()