|
The "Task Setup Time" visualizer shows time required for task initialization.
It shows individual value for each active (enabled) task of the executed project.
This view is suitable when you need to analyze total initialization time of all threads of the task.
The program shows initialization time for each task under task number above the diagram.
Also, each column has tooltip with value in seconds.
The vertical datum line corresponds to time from 0 seconds when horizontal has list of present tasks.
This view is applicable to basic execution report (.strrep). Also, you can get same
view for results of the execution report comparison.
The example at the right side of the page shows project with four active tasks.
The fastest task is "Task 4"; it tales 0.17 seconds to initialize only. The slowest one is "Task 3",
initialization time is 0.707 seconds in this case.
|