|
Scheduler Sim
A CPU Scheduling Algorithm Simulator in C++.
|
#include "scheduler.hpp"Functions | |
| std::ostream & | operator<< (std::ostream &os, const CFSProcess &cfsprocess) |
| int | compareVRuntime (const std::unique_ptr< CFSProcess > &a, const std::unique_ptr< CFSProcess > &b) |
| Compare two CFSProcess objects by their vruntime. | |
| int compareVRuntime | ( | const std::unique_ptr< CFSProcess > & | a, |
| const std::unique_ptr< CFSProcess > & | b | ||
| ) |
Compare two CFSProcess objects by their vruntime.
| std::ostream & operator<< | ( | std::ostream & | os, |
| const CFSProcess & | cfsprocess | ||
| ) |