Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/execution_profile_kit/
Dtx_execution_profile.c81 EXECUTION_TIME _tx_execution_thread_time_total;
88 EXECUTION_TIME _tx_execution_isr_time_total;
96 EXECUTION_TIME _tx_execution_idle_time_total;
199 EXECUTION_TIME delta_time; in _tx_execution_thread_enter()
200 EXECUTION_TIME total_time; in _tx_execution_thread_enter()
201 EXECUTION_TIME new_total_time; in _tx_execution_thread_enter()
226 delta_time = (EXECUTION_TIME) (current_time - last_start_time); in _tx_execution_thread_enter()
232 …delta_time = (EXECUTION_TIME) (current_time + ((((EXECUTION_TIME_SOURCE_TYPE) TX_EXECUTION_MAX_TI… in _tx_execution_thread_enter()
246 new_total_time = (EXECUTION_TIME) TX_EXECUTION_MAX_TIME_SOURCE; in _tx_execution_thread_enter()
302 EXECUTION_TIME total_time; in _tx_execution_thread_exit()
[all …]
Dtx_execution_profile.h52 typedef unsigned long long EXECUTION_TIME; typedef
84 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);
/ThreadX-v6.3.0/utility/execution_profile_kit/smp_version/
Dtx_execution_profile.c79 EXECUTION_TIME _tx_execution_thread_time_total[TX_THREAD_SMP_MAX_CORES];
86 EXECUTION_TIME _tx_execution_isr_time_total[TX_THREAD_SMP_MAX_CORES];
94 EXECUTION_TIME _tx_execution_idle_time_total[TX_THREAD_SMP_MAX_CORES];
141 EXECUTION_TIME delta_time; in _tx_execution_thread_enter()
142 EXECUTION_TIME total_time; in _tx_execution_thread_enter()
143 EXECUTION_TIME new_total_time; in _tx_execution_thread_enter()
172 delta_time = (EXECUTION_TIME) (current_time - last_start_time); in _tx_execution_thread_enter()
178 …delta_time = (EXECUTION_TIME) (current_time + (((EXECUTION_TIME_SOURCE_TYPE) TX_EXECUTION_MAX_TIM… in _tx_execution_thread_enter()
192 new_total_time = (EXECUTION_TIME) TX_EXECUTION_MAX_TIME_SOURCE; in _tx_execution_thread_enter()
245 EXECUTION_TIME total_time; in _tx_execution_thread_exit()
[all …]
Dtx_execution_profile.h59 typedef unsigned long long EXECUTION_TIME; typedef
85 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/ports/rxv1/gnu/
Dreadme_threadx.txt129 typedef unsigned long long EXECUTION_TIME;
132 typedef unsigned long EXECUTION_TIME;
138 #define TX_EXECUTION_TIME_SOURCE (EXECUTION_TIME) *((USHORT *) 0x8800A)
/ThreadX-v6.3.0/ports/rxv1/iar/
Dreadme_threadx.txt126 typedef unsigned long long EXECUTION_TIME;
129 typedef unsigned long EXECUTION_TIME;
135 #define TX_EXECUTION_TIME_SOURCE (EXECUTION_TIME) *((USHORT *) 0x8800A)
/ThreadX-v6.3.0/ports/rxv2/iar/
Dreadme_threadx.txt129 typedef unsigned long long EXECUTION_TIME;
132 typedef unsigned long EXECUTION_TIME;
138 #define TX_EXECUTION_TIME_SOURCE (EXECUTION_TIME) *((USHORT *) 0x8800A)
/ThreadX-v6.3.0/ports/rxv1/ccrx/
Dreadme_threadx.txt129 typedef unsigned long long EXECUTION_TIME;
132 typedef unsigned long EXECUTION_TIME;
138 #define TX_EXECUTION_TIME_SOURCE (EXECUTION_TIME) *((USHORT *) 0x8800A)
/ThreadX-v6.3.0/ports/rxv2/ccrx/
Dreadme_threadx.txt132 typedef unsigned long long EXECUTION_TIME;
135 typedef unsigned long EXECUTION_TIME;
141 #define TX_EXECUTION_TIME_SOURCE (EXECUTION_TIME) *((USHORT *) 0x8800A)
/ThreadX-v6.3.0/ports/rxv2/gnu/
Dreadme_threadx.txt132 typedef unsigned long long EXECUTION_TIME;
135 typedef unsigned long EXECUTION_TIME;
141 #define TX_EXECUTION_TIME_SOURCE (EXECUTION_TIME) *((USHORT *) 0x8800A)
/ThreadX-v6.3.0/ports/rxv3/gnu/
Dreadme_threadx.txt186 typedef unsigned long long EXECUTION_TIME;
189 typedef unsigned long EXECUTION_TIME;
195 #define TX_EXECUTION_TIME_SOURCE (EXECUTION_TIME) *((USHORT *) 0x8800A)
/ThreadX-v6.3.0/ports/rxv3/iar/
Dreadme_threadx.txt186 typedef unsigned long long EXECUTION_TIME;
189 typedef unsigned long EXECUTION_TIME;
195 #define TX_EXECUTION_TIME_SOURCE (EXECUTION_TIME) *((USHORT *) 0x8800A)
/ThreadX-v6.3.0/ports/rxv3/ccrx/
Dreadme_threadx.txt188 typedef unsigned long long EXECUTION_TIME;
191 typedef unsigned long EXECUTION_TIME;
197 #define TX_EXECUTION_TIME_SOURCE (EXECUTION_TIME) *((USHORT *) 0x8800A)
/ThreadX-v6.3.0/common/inc/
Dtx_api.h621 EXECUTION_TIME tx_thread_execution_time_total;