Overview
When CET is in developer mode, the debug dropdown in the menu bar has an option for Task Manager underneath the Monitor Toolbox section. This tool allows you to view the current state of all scheduled tasks.
The task manager keeps track of the statistics of the last 1000 task calls.
View Modes
The task manager has three view modes.
Mode | Description |
---|---|
Compact |
The task manager will display basic task statistics. |
Expanded |
The task manager will display task duration statistics. |
All |
The task manager will display task call interval statistics |
Task Manager Columns
The task manager has a list of all the tasks managed by the scheduler. It displays the following information about each task.
Column | Description | Color Coding |
---|---|---|
Name |
The name of the task. | N/A |
Priority |
The priority of the task. | Red: Priority < 10 |
Sleep |
The sleep duration of the task. | Red: Sleep < 100ms / Green: Sleep > 5000ms |
Vers. |
The number of times this task has overshot its time-slot. | N/A |
Avg. |
The average task run time. | Red: Avg. > 20ms / Green: Avg. < 1ms |
Min |
Fastest task run time in the last 1000 calls | N/A |
Max |
Slowest task run time in the last 1000 calls | N/A |
Total |
The total time spent running this task. | N/A |
Real |
The time since task creation. | N/A |
CIAvg. |
The average time between calls to this task. | N/A |
CIMin |
Shortest time between calls to this task in the last 1000 calls. | N/A |
CIMax |
Longest time between calls to this task in the last 1000 calls. | N/A |
Comments
0 comments
Please sign in to leave a comment.