Home
last modified time | relevance | path

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

/Zephyr-latest/tests/benchmarks/thread_metric/src/
Dtm_interrupt_processing_test.c158 unsigned long last_total; in tm_interrupt_thread_report() local
163 last_total = 0; in tm_interrupt_thread_report()
197 printf("Time Period Total: %lu\n\n", tm_interrupt_handler_counter - last_total); in tm_interrupt_thread_report()
200 last_total = tm_interrupt_handler_counter; in tm_interrupt_thread_report()
Dtm_interrupt_preemption_processing_test.c169 unsigned long last_total; in tm_interrupt_preemption_thread_report() local
173 last_total = 0; 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()
Dtm_cooperative_scheduling_test.c192 unsigned long last_total; in tm_cooperative_thread_report() local
196 last_total = 0; in tm_cooperative_thread_report()
245 printf("Time Period Total: %lu\n\n", total - last_total); in tm_cooperative_thread_report()
248 last_total = total; in tm_cooperative_thread_report()
Dtm_preemptive_scheduling_test.c224 unsigned long last_total; in tm_preemptive_thread_report() local
228 last_total = 0; in tm_preemptive_thread_report()
276 printf("Time Period Total: %lu\n\n", total - last_total); in tm_preemptive_thread_report()
279 last_total = total; in tm_preemptive_thread_report()