Scheduler Sim
A CPU Scheduling Algorithm Simulator in C++.
Loading...
Searching...
No Matches
CFS.cpp File Reference
#include "scheduler.hpp"
Include dependency graph for CFS.cpp:

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.
 

Function Documentation

◆ compareVRuntime()

int compareVRuntime ( const std::unique_ptr< CFSProcess > &  a,
const std::unique_ptr< CFSProcess > &  b 
)

Compare two CFSProcess objects by their vruntime.

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const CFSProcess cfsprocess 
)