Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_timer.c503 const uint64_t h_hz = rte_get_hpet_hz(); in timer_sanity_check() local
504 printf("Hertz values: TSC = %"PRIu64", HPET = %"PRIu64"\n", t_hz, h_hz); in timer_sanity_check()
515 const double hpet_time = (double)(hpet_end - hpet_start)/h_hz; in timer_sanity_check()