Home
last modified time | relevance | path

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

/Zephyr-latest/tests/benchmarks/thread_metric/src/
Dtm_interrupt_preemption_processing_test.c49 unsigned long tm_interrupt_preemption_handler_counter; variable
157 tm_interrupt_preemption_handler_counter++; in tm_interrupt_handler()
194 tm_interrupt_preemption_handler_counter; in tm_interrupt_preemption_thread_report()
204 (tm_interrupt_preemption_handler_counter < (average - 1)) || in tm_interrupt_preemption_thread_report()
205 (tm_interrupt_preemption_handler_counter > (average + 1))) { in tm_interrupt_preemption_thread_report()
213 tm_interrupt_preemption_handler_counter - last_total); in tm_interrupt_preemption_thread_report()
216 last_total = tm_interrupt_preemption_handler_counter; in tm_interrupt_preemption_thread_report()