Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Idle process status, Round Robin miscalculation #1

Open
keiiiso opened this issue Apr 13, 2021 · 0 comments
Open

Missing Idle process status, Round Robin miscalculation #1

keiiiso opened this issue Apr 13, 2021 · 0 comments

Comments

@keiiiso
Copy link

keiiiso commented Apr 13, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant