Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/benchmarks/thread_metric/
Dtm_synchronization_processing_test.c126 unsigned long relative_time; in tm_synchronization_processing_thread_report() local
133 relative_time = 0; in tm_synchronization_processing_thread_report()
142 relative_time = relative_time + TM_TEST_DURATION; in tm_synchronization_processing_thread_report()
145 …ntf("**** Thread-Metric Synchronization Processing Test **** Relative Time: %lu\n", relative_time); in tm_synchronization_processing_thread_report()
Dtm_memory_allocation_test.c128 unsigned long relative_time; in tm_memory_allocation_thread_report() local
135 relative_time = 0; in tm_memory_allocation_thread_report()
144 relative_time = relative_time + TM_TEST_DURATION; in tm_memory_allocation_thread_report()
147 … printf("**** Thread-Metric Memory Allocation Test **** Relative Time: %lu\n", relative_time); in tm_memory_allocation_thread_report()
Dtm_message_processing_test.c135 unsigned long relative_time; in tm_message_processing_thread_report() local
142 relative_time = 0; in tm_message_processing_thread_report()
151 relative_time = relative_time + TM_TEST_DURATION; in tm_message_processing_thread_report()
154 … printf("**** Thread-Metric Message Processing Test **** Relative Time: %lu\n", relative_time); in tm_message_processing_thread_report()
Dtm_basic_processing_test.c141 unsigned long relative_time; in tm_basic_processing_thread_report() local
148 relative_time = 0; in tm_basic_processing_thread_report()
157 relative_time = relative_time + TM_TEST_DURATION; in tm_basic_processing_thread_report()
160 …"**** Thread-Metric Basic Single Thread Processing Test **** Relative Time: %lu\n", relative_time); in tm_basic_processing_thread_report()
Dtm_interrupt_processing_test.c163 unsigned long relative_time; in tm_interrupt_thread_report() local
171 relative_time = 0; in tm_interrupt_thread_report()
180 relative_time = relative_time + TM_TEST_DURATION; in tm_interrupt_thread_report()
183 … printf("**** Thread-Metric Interrupt Processing Test **** Relative Time: %lu\n", relative_time); in tm_interrupt_thread_report()
Dtm_interrupt_preemption_processing_test.c165 unsigned long relative_time; in tm_interrupt_preemption_thread_report() local
174 relative_time = 0; in tm_interrupt_preemption_thread_report()
183 relative_time = relative_time + TM_TEST_DURATION; in tm_interrupt_preemption_thread_report()
186 …**** Thread-Metric Interrupt Preemption Processing Test **** Relative Time: %lu\n", relative_time); in tm_interrupt_preemption_thread_report()
Dtm_preemptive_scheduling_test.c217 unsigned long relative_time; in tm_preemptive_thread_report() local
226 relative_time = 0; in tm_preemptive_thread_report()
235 relative_time = relative_time + TM_TEST_DURATION; in tm_preemptive_thread_report()
238 … printf("**** Thread-Metric Preemptive Scheduling Test **** Relative Time: %lu\n", relative_time); in tm_preemptive_thread_report()
Dtm_cooperative_scheduling_test.c192 unsigned long relative_time; in tm_cooperative_thread_report() local
200 relative_time = 0; in tm_cooperative_thread_report()
209 relative_time = relative_time + TM_TEST_DURATION; in tm_cooperative_thread_report()
212 … printf("**** Thread-Metric Cooperative Scheduling Test **** Relative Time: %lu\n", relative_time); in tm_cooperative_thread_report()