Modeling complex flows for worst-case execution time analysis

  • Authors:
  • Jakob Engblom;Andreas Ermedahl

  • Affiliations:
  • Dept. of Computer Systems, Uppsala University, Uppsala, Sweden and IAR Systems AB, Uppsala, Sweden;Dept. of Computer Systems, Uppsala University, Uppsala, Sweden

  • Venue:
  • RTSS'10 Proceedings of the 21st IEEE conference on Real-time systems symposium
  • Year:
  • 2000

Quantified Score

Hi-index 0.00

Visualization

Abstract

Knowing the Worst-Case Execution Time (WCET) of a program is necessary when designing and verifying real-time systems. The WCET depends both on the program flow (like loop iterations and function calls), and on hardware factors like caches and pipelines. In this paper we present a method for representing program flow information, that is compact while still being strong enough to handle the types of flow previously considered in WCET research. We also extend the set of representable flows compared to previous research. We give an algorithm for converting the flow information to the linear constraints used in calculating a WCET estimate in our WCET analysis tool. We demonstrate the practicality of the representation by modeling the flow of a number of programs, and show that execution time estimates can be made tighter by using flow information.