CPUScheduler
CPUScheduler copied to clipboard
Missing Idle process status, Round Robin miscalculation
Context: I'm lazy and I was looking for a CPU scheduling app instead of taking the time to calculate everything manually.
This was working pretty well for small assignments, and I loved how it gave the waiting time and turnaround time too, besides the Gantt chart.
But just in case someone else is also using this app, take note it excludes when the process is currently idle, which messes up the calculations. Plus, I wouldn't rely on the RR algorithm too. It might be right for some of you, but it's best to double-check your work.