CPU Scheduling Policies 调度算法 2021-4-25 13:39 | 804 | 0 | Operating System | 2022-4-27 13:40 2223 字 | 10 分钟 本文只写给自己,所以比较粗糙。 调度衡量指标 Turnaround time Turnaround time = 任务完成时间-任务到达时间$$T_{turnaround} = T_{completion} - T_{arrival}$$ Response time 如果通过 turnaround time 来衡量调度的算法,STCF 算法是最好的… CPU