Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/execution_profile_kit/smp_version/
Dtx_execution_profile.c142 EXECUTION_TIME total_time; in _tx_execution_thread_enter() local
182 total_time = _tx_execution_idle_time_total[core]; in _tx_execution_thread_enter()
185 new_total_time = total_time + delta_time; in _tx_execution_thread_enter()
188 if (new_total_time < total_time) in _tx_execution_thread_enter()
245 EXECUTION_TIME total_time; in _tx_execution_thread_exit() local
291 total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_thread_exit()
294 new_total_time = total_time + delta_time; in _tx_execution_thread_exit()
297 if (new_total_time < total_time) in _tx_execution_thread_exit()
375 EXECUTION_TIME total_time; in _tx_execution_isr_enter() local
424 total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_isr_enter()
[all …]
Dtx_execution_profile.h85 UINT _tx_execution_thread_time_get(struct TX_THREAD_STRUCT *thread_ptr, EXECUTION_TIME *total_time
86 UINT _tx_execution_thread_total_time_get(EXECUTION_TIME *total_time);
87 UINT _tx_execution_isr_time_get(EXECUTION_TIME *total_time);
88 UINT _tx_execution_idle_time_get(EXECUTION_TIME *total_time);
89 UINT _tx_execution_core_thread_total_time_get(UINT core, EXECUTION_TIME *total_time);
90 UINT _tx_execution_core_isr_time_get(UINT core, EXECUTION_TIME *total_time);
91 UINT _tx_execution_core_idle_time_get(UINT core, EXECUTION_TIME *total_time);
/ThreadX-v6.3.0/utility/execution_profile_kit/
Dtx_execution_profile.c200 EXECUTION_TIME total_time; in _tx_execution_thread_enter() local
236 total_time = _tx_execution_idle_time_total; in _tx_execution_thread_enter()
239 new_total_time = total_time + delta_time; in _tx_execution_thread_enter()
242 if (new_total_time < total_time) in _tx_execution_thread_enter()
302 EXECUTION_TIME total_time; in _tx_execution_thread_exit() local
344 total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_thread_exit()
347 new_total_time = total_time + delta_time; in _tx_execution_thread_exit()
350 if (new_total_time < total_time) in _tx_execution_thread_exit()
431 EXECUTION_TIME total_time; in _tx_execution_isr_enter() local
484 total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_isr_enter()
[all …]
Dtx_execution_profile.h84 UINT _tx_execution_thread_time_get(struct TX_THREAD_STRUCT *thread_ptr, EXECUTION_TIME *total_time
85 UINT _tx_execution_thread_total_time_get(EXECUTION_TIME *total_time);
86 UINT _tx_execution_isr_time_get(EXECUTION_TIME *total_time);
87 UINT _tx_execution_idle_time_get(EXECUTION_TIME *total_time);