Scheduler

Contents


What is Scheduler?

Scheduler is a tool that is intented to help understand how real-time algorithms work.

How it works

The user enters a number of tasks. For each of them, caracteristics must specified such as the deadline or the execution duration.
Executing the simulation displays the CPU usage by each task, based on a fictive time-scale. When a task is using the CPU at a particular moment, a block is displayed on the relevant line.
It is not possible to have more than one task using the CPU at a particular moment. This moment is considered as indivisible.

Features


Contents