How can I test a CPU scheduling algorithm (example:RR)?As you know, an operating system includes its own processes which run on the CPU. However, I want to do it in a pure environment without any other processes and just with the P1, P2, and P3 processes that I have made.
Is there any simulation environment for testing CPU scheduling algorithms?
Edited:PART 1 : For example a company like Microsoft or in Universites how test the CPU scheduling algorithms and see it's result? I want to see that result.
PART 2 : Is there any simulation environment for doing this?when we have OS (Windows,Linux) so there are some processes which blongs the OS.but I want to do it in a pure environment.
I don't know my idea is right or No,please tell if I'm making mistake for testing the CPU scheduling algorithm.How can I implement it?because I had just do it in a paper.