Searched refs:t_hz (Results 1 – 1 of 1) sorted by relevance
507 const uint64_t t_hz = rte_get_tsc_hz(); in timer_sanity_check() local509 printf("Hertz values: TSC = %"PRIu64", HPET = %"PRIu64"\n", t_hz, h_hz); in timer_sanity_check()519 const double tsc_time = (double)(tsc_end - tsc_start)/t_hz; in timer_sanity_check()