Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ rt_ktime_cputimer_getcnt
Function
rt_ktime_cputimer_getcnt
components/drivers/ktime/src/cputimer.c:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
rt_weak unsigned long rt_ktime_cputimer_getcnt(void)
24
{
25
return rt_tick_get();
26
}
27
28
rt_weak unsigned long rt_ktime_cputimer_getstep(void)
29
{
Callers
8
rt_ktime_boottime_get_us
Function · 0.70
rt_ktime_boottime_get_s
Function · 0.70
rt_ktime_boottime_get_ns
Function · 0.70
_cnt_convert
Function · 0.70
_hrtimer_process_locked
Function · 0.70
rt_ktime_hrtimer_start
Function · 0.70
rt_ktime_hrtimer_control
Function · 0.70
timer_gettime
Function · 0.50
Calls
1
rt_tick_get
Function · 0.85
Tested by
no test coverage detected