Home
last modified time | relevance | path

Searched refs:stats_end (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/debug/src/
A Ddebug_cpuusage.c52 lr_timer_t stats_end; in debug_task_cpu_usage_stats() local
82 stats_end = (lr_timer_t)LR_COUNT_GET(); in debug_task_cpu_usage_stats()
83 task_cpu_usage_period = stats_end - stats_start; in debug_task_cpu_usage_stats()
84 stats_start = stats_end; in debug_task_cpu_usage_stats()

Completed in 3 milliseconds