TRACE32 runtime statistics report net time (task execution) vs. gross time (wall clock including preemption) and ISR jitter, identifying which BSW main function dominates the 1ms task.
TASK.RTMSTAT /* Start runtime measurement */
Go
Wait 1.s /* Collect 1 second of data */
TASK.RTMSTAT.RESET /* Stop + display results */
/* Columns: Task name | Net time | % CPU | Max jitter */
/* Look for Task_1ms net time > 0.7ms — needs offloading */