Searched refs:cycles_spent (Results 1 – 2 of 2) sorted by relevance
82 uint32_t start_time, stop_time, cycles_spent, nanoseconds_spent; in main() local106 cycles_spent = stop_time - start_time; in main()107 nanoseconds_spent = (uint32_t)k_cyc_to_ns_floor64(cycles_spent); in main()
158 uint32_t start_time, stop_time, cycles_spent, nanoseconds_spent; in main() local191 cycles_spent = stop_time - start_time; in main()192 nanoseconds_spent = (uint32_t)k_cyc_to_ns_floor64(cycles_spent); in main()