Tx_time_get() returns the number of threadx system timer ticks since the start of the system. The default setting for the system timer is 10ms, so you will only a 10ms resolution on the time the function takes to execute using the call to tx_time_get().
↧