Crate response_time_analysis
source ·Expand description
Response-Time Analysis (RTA)
This crate collects interfaces, definitions, and algorithms for the response-time analysis of real-time systems.
Scope
The crate does not provide a ready-made tool itself, is not specific to any particular input format or set of assumptions, and does not offer or require a canonical task representation. Rather, it is intended as a low-level library of reusable definitions and analyses, held together by a bunch of traits. Based on this foundation, higher-level facilities (and one-off research tools) may be built.
Citations
Some of the algorithms and analyses implemented in this crate come from published papers, as mentioned in the documentation. If you use this crate for academic work, please cite the paper(s) corresponding to the analysis that you are using.