Home
last modified time | relevance | path

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

/Zephyr-latest/tests/benchmarks/latency_measure/src/
Dfifo.c42 uint64_t get_sum = 0ULL; in fifo_put_get_thread_entry() local
58 get_sum += timing_cycles_get(&mid, &finish); in fifo_put_get_thread_entry()
64 timestamp.cycles = get_sum; in fifo_put_get_thread_entry()
68 get_sum = 0ULL; in fifo_put_get_thread_entry()
83 get_sum += timing_cycles_get(&mid, &finish); in fifo_put_get_thread_entry()
89 timestamp.cycles = get_sum; in fifo_put_get_thread_entry()
Dlifo.c42 uint64_t get_sum = 0ULL; in lifo_put_get_thread_entry() local
58 get_sum += timing_cycles_get(&mid, &finish); in lifo_put_get_thread_entry()
64 timestamp.cycles = get_sum; in lifo_put_get_thread_entry()
68 get_sum = 0ULL; in lifo_put_get_thread_entry()
83 get_sum += timing_cycles_get(&mid, &finish); in lifo_put_get_thread_entry()
89 timestamp.cycles = get_sum; in lifo_put_get_thread_entry()
Dstack.c36 uint64_t get_sum = 0ULL; in stack_push_pop_thread_entry() local
51 get_sum += timing_cycles_get(&mid, &finish); in stack_push_pop_thread_entry()
57 timestamp.cycles = get_sum; in stack_push_pop_thread_entry()