Home
last modified time | relevance | path

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

/subsys/pm/
A Dpm_stats.c32 static uint32_t time_stop[CONFIG_MP_MAX_NUM_CPUS]; variable
61 time_stop[CPU_ID] = k_cycle_get_32(); in pm_stats_stop()
67 uint32_t time_total = time_stop[cpu] - time_start[cpu]; in pm_stats_update()

Completed in 3 milliseconds