An open API service indexing awesome lists of open source software.

https://github.com/ragibson/real-time-simulator

Real-time scheduling simulator with simple CPU overhead accounting (context switches and cache warming).
https://github.com/ragibson/real-time-simulator

cpu-scheduling real-time real-time-scheduling real-time-systems simulation

Last synced: over 1 year ago
JSON representation

Real-time scheduling simulator with simple CPU overhead accounting (context switches and cache warming).

Awesome Lists containing this project

README

          

# real-time-simulator

![example schedules](examples/readme_plots.png)

This repository contains a simulator written to analyze the effectiveness of
various real-time scheduling policies in the presence of CPU overhead.

A written report on the simulator and several experiments can be read
[here](report/Report.pdf).