Traditional approaches for worst case execution time (WCET) analysis produce values which are very pessimistic if applied to modern processors. In addition, end to end measurements as used in industry produce estimates of the execution time that potentially underestimate the real worst case execution time. We introduce the notion of probabilistic hard real-time system as a system which has to meet all the deadlines but for which a (high) probabilistic guarantee suffices.~We combine both measurement and analytical approaches into a model for computing probabilistically bounds on the execution time of the worst case path of sections of code. The idea of the technique presented is based on combining (probabilistically) the worst case effects seen in individual blocks to build the execution time model of the worst case path of the program (such case may have not been observed in the measurements). We provide three alternative operators for the combination based on whether the information of their dependency is known. Experimental evaluation of a two case study shows extremely low probabilities of the values obtained by traditional analysis.

BibTex Entry

@inproceedings{Bernat2002a,
 address = {Austin, Texas, USA},
 author = {G. Bernat and A. Colin and S. M. Petters},
 booktitle = {Proceedings of the 23rd Real-Time Systems Symposium RTSS 2002},
 language = {english},
 month = {Dec 3--5},
 pages = {279--288},
 title = {{WCET} Analysis of Probabilistic Hard Real-Time Systems},
 year = {2002}
}