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).
- Host: GitHub
- URL: https://github.com/ragibson/real-time-simulator
- Owner: ragibson
- License: mit
- Created: 2019-11-27T03:38:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-16T19:32:53.000Z (about 6 years ago)
- Last Synced: 2025-01-05T19:42:36.562Z (over 1 year ago)
- Topics: cpu-scheduling, real-time, real-time-scheduling, real-time-systems, simulation
- Language: Python
- Homepage:
- Size: 1.14 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# real-time-simulator

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).