Searched refs:time_start (Results 1 – 1 of 1) sorted by relevance
31 static uint32_t time_start[CONFIG_MP_MAX_NUM_CPUS]; variable56 time_start[CPU_ID] = k_cycle_get_32(); in pm_stats_start()67 uint32_t time_total = time_stop[cpu] - time_start[cpu]; in pm_stats_update()
Completed in 19 milliseconds