Please enable JavaScript.
Coggle requires JavaScript to display documents.
CPU
Scheduling - Coggle Diagram
CPU
Scheduling
Algorithm Evaluation
Deterministic Modeling
-
This method
takes a particular predetermined workload and defines the performance of
each algorithm for that workload.
For example, assume that we have the
workload shown below
-
-
Implementation
The only completely accurate way
to evaluate a scheduling algorithm is to code it up, put it in the operating
system, and see how it works.
This approach puts the actual algorithm in the
real system for evaluation under real operating conditions.
-