Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jirikuncar/eelap
End-to-End Latency Analysis Framework
https://github.com/jirikuncar/eelap
Last synced: about 1 month ago
JSON representation
End-to-End Latency Analysis Framework
- Host: GitHub
- URL: https://github.com/jirikuncar/eelap
- Owner: jirikuncar
- Created: 2013-02-25T16:14:28.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-22T17:18:13.000Z (almost 11 years ago)
- Last Synced: 2024-10-15T03:32:44.621Z (3 months ago)
- Language: Python
- Size: 231 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
Awesome Lists containing this project
README
# EELAP
End-to-End Latency Analysis for ProCom
## What is EELAP?
EELAP is a tool for End-to-End latency analysis
of real-time systems. It's intended for getting started very quickly
with analyzing hierarchical component systems using methods
described in following papers:* N. Feiertag, K. Richter, J. Nordlander, and J. Jonsson,
"A Compositional Framework for End-to-End Path Delay Calculation
of Automotive Systems under Different Path Semantics", In Workshop
on Compositional Theory and Technology for Real-Time Embedded Systems
(CRTS'08).* R. Inam, J. Maki-Turja, M. Sjodin, and M. Behnam,
"Hard Real-time Support for Hierarchical Scheduling in FreeRTOS",
7th annual workshop on Operating Systems Platforms for Embedded Real-Time
Applications (OSPERT'11). by N. Feiertag, K. Richter, J. Nordlander,
and J. Jonsson## Is it ready?
It's not far even 1.0 but we believe that it can be helpful
for certain cases. Please be aware of _FIXME_ parts in the cource code.## What do I need?
Numpy, lxml, and argparse are recommended for full functionality.
`pip` or `easy_install` will install them for you if you do
`pip install git+git://github.com/jirikuncar/eelap.git`.
We encourage you to use a virtualenv. Check the docs for complete installation
and usage instructions.## Where are the docs?
Go to https://eelaf.readthedocs.org/en/latest/ for a prebuilt version
of the current documentation. Otherwise build them yourself
from the sphinx sources in the docs folder.## Where can I get help?
Either use can contact authors or open a
[ticket](https://github.com/jirikuncar/eelap/issues).Author: Jiri Kuncar , Rafia Inam , Mikael Sjodin