WorstCaseLatenz
WorstCaseLatenz is the maximum time from when an input event occurs to when the system produces the expected observable response under worst-case operating conditions. It is a key metric in real-time and embedded systems, where timing guarantees are essential. Unlike average latency, which describes typical behavior, worst-case latency bounds the upper limit of delays a system may exhibit, including delays from scheduling, interrupts, and hardware access.
Estimating and enforcing WorstCaseLatenz often involves static timing analysis and consideration of several delay components: the
Design approaches to reduce or bound WCL include deterministic scheduling policies (for example fixed priority or