Searched refs:relative_time (Results 1 – 8 of 8) sorted by relevance
126 unsigned long relative_time; in tm_synchronization_processing_thread_report() local133 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()
128 unsigned long relative_time; in tm_memory_allocation_thread_report() local135 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()
135 unsigned long relative_time; in tm_message_processing_thread_report() local142 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()
141 unsigned long relative_time; in tm_basic_processing_thread_report() local148 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()
163 unsigned long relative_time; in tm_interrupt_thread_report() local171 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()
165 unsigned long relative_time; in tm_interrupt_preemption_thread_report() local174 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()
217 unsigned long relative_time; in tm_preemptive_thread_report() local226 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()
192 unsigned long relative_time; in tm_cooperative_thread_report() local200 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()