Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
int
90
rte_eal_timer_init(void)
91
{
92
set_tsc_freq();
93
return 0;
94
}
Callers
1
rte_eal_init
Function · 0.70
Calls
1
set_tsc_freq
Function · 0.85
Tested by
no test coverage detected