previous | start | next

Gantt Charts

Gantt Charts are just a simple way to record the schedule produced by any of the scheduling algorithms.

The previous relation:

        Wait = Finish - Arrival - CPU_Burst
     

suggests that to calculate the Wait time for a process requires only determining the Finish time.

(The Arrival time and the CPU burst time will be given and are not under the control of the scheduling algorithm or the kernel scheduling routine.)



previous | start | next