TimeProbe: A Measurement-Based Probabilistic Timing Analysis Tool

AI Summary1 min read

TL;DR

TimeProbe is a measurement-based probabilistic timing analysis tool for real-time systems, helping developers verify deadline compliance through worst-case execution time analysis.

TimeProbe: A Measurement-Based Probabilistic Timing Analysis Tool

Veysel H. Sahin
https://doi.org/10.1109/ACCESS.2025.3650000
Volume 14

Timing analysis is a crucial aspect of real-time systems, a type of computer system with timing constraints. Before a real-time system is deployed, developers must convince the certification authorities that the system meets its deadlines. To achieve this, they perform a worst-case execution time analysis (WCET) of the real-time programs. One of the WCET analysis approaches is the measurement-base...

Visit Website