MCPcopy 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
23rt_weak unsigned long rt_ktime_cputimer_getcnt(void)
24{
25 return rt_tick_get();
26}
27
28rt_weak unsigned long rt_ktime_cputimer_getstep(void)
29{

Callers 8

rt_ktime_boottime_get_usFunction · 0.70
rt_ktime_boottime_get_sFunction · 0.70
rt_ktime_boottime_get_nsFunction · 0.70
_cnt_convertFunction · 0.70
_hrtimer_process_lockedFunction · 0.70
rt_ktime_hrtimer_startFunction · 0.70
rt_ktime_hrtimer_controlFunction · 0.70
timer_gettimeFunction · 0.50

Calls 1

rt_tick_getFunction · 0.85

Tested by

no test coverage detected