Searched refs:rte_get_hpet_cycles (Results 1 – 6 of 6) sorted by relevance
59 rte_get_hpet_cycles(void);103 return rte_get_hpet_cycles(); in rte_get_timer_cycles()
512 const uint64_t hpet_start = rte_get_hpet_cycles(); in timer_sanity_check()515 const uint64_t hpet_end = rte_get_hpet_cycles(); in timer_sanity_check()
117 rte_get_hpet_cycles(void) in rte_get_hpet_cycles() function
74 rte_get_hpet_cycles;
48 For an application to use the ``rte_get_hpet_cycles()`` and ``rte_get_hpet_hz()`` API calls,
96 An application that calls ``rte_get_hpet_cycles()`` or ``rte_timer_manage()`` runs slower.