MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_eal_timer_init

Function rte_eal_timer_init

dpdk/lib/eal/windows/eal_timer.c:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88
89int
90rte_eal_timer_init(void)
91{
92 set_tsc_freq();
93 return 0;
94}

Callers 1

rte_eal_initFunction · 0.70

Calls 1

set_tsc_freqFunction · 0.85

Tested by

no test coverage detected