Debugger : Debugger Commands : SET TRACE SCHEDULE Command

SET TRACE SCHEDULE Command

The SET TRACE SCHEDULE command traces scheduled actions. Scheduled actions are a special case similar to timeouts. Each scheduled action causes two trace massages. One when it is scheduled, and one when the scheduled time is up and the action which was scheduled is executed.

Schedule Trace:

Schedule action CHART1:D1 of PROCESS_ONE
started for 200 time units

 

Schedule action CHART2:COMM of FFT started
for 5 time units

 

Schedule action CHART2:COMM of FFT ended
after 5 time units

 

Schedule action CHART1:D1 of PROCESS_ONE
ended after after 200 time units