Parametric timing analysis

Citation
E. Vivancos et al., Parametric timing analysis, ACM SIGPL N, 36(8), 2001, pp. 88-93
Citations number
21
Categorie Soggetti
Computer Science & Engineering
Journal title
ACM SIGPLAN NOTICES
ISSN journal
15232867 → ACNP
Volume
36
Issue
8
Year of publication
2001
Pages
88 - 93
Database
ISI
SICI code
1523-2867(200108)36:8<88:PTA>2.0.ZU;2-S
Abstract
Embedded systems often have real-time constraints. Traditional timing analy sis statically determines the maximum execution time of a task or a program in a real-time system. These systems typically depend on the worst-case ex ecution time of tasks in order to make static scheduling decisions so that tasks can meet their deadlines. Static determination of worst-case executio n times imposes numerous restrictions on real-time programs, which include that the maximum number of iterations of each loop must be known statically . These restrictions can significantly limit the class of programs that wou ld be suitable for a real-time embedded system. This paper describes work-i n-progress that uses static timing analysis to aid in making dynamic schedu ling decisions. For instance, different algorithms with varying levels of a ccuracy may be selected based on the algorithm's predicted worst-case execu tion time and the time allotted for the task We represent the worst-case ex ecution time of a function or a loop as a formula, where the unknown values affecting the execution time are parameterized. This parametric timing ana lysis produces formulas that can then be quickly evaluated at ran-time so d ynamic scheduling decisions can be made with little overhead. Benefits of t his work include expanding the class of applications that can be used in a real-time system, improving the accuracy of dynamic scheduling decisions, a nd more effective utilization of system resources.