Home
last modified time | relevance | path

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

/Zephyr-latest/tests/benchmarks/sched_userspace/src/
Dmain.c109 uint32_t full_time = stamps[MEAS_END] - stamps[MEAS_START]; in exec_test() local
110 uint64_t time_ms = k_cyc_to_ns_near64(full_time)/NB_YIELDS; in exec_test()
113 PRIu64 " ns per ctx\n", nb_threads, full_time, in exec_test()