papers AI Learner
The Github is limit! Click to go to the new site.

A Brief Overview of the KTA WCET Tool

2017-12-14
David Broman

Abstract

KTA (KTH’s timing analyzer) is a research tool for performing timing analysis of program code. The currently available toolchain can perform two different kinds of analyses: i) exhaustive fine-grained timing analysis, where timing information can be provided between arbitrary timing program points within a function, and ii) abstract search-based timing analysis, where the tool can perform optimal worst-case execution time (WCET) analysis. The latter is based on a technique that combines divide-and-conquer search and abstract interpretation. The tool is under development and currently supports a subset of the MIPS instruction set architecture.

Abstract (translated by Google)
URL

https://arxiv.org/abs/1712.05264

PDF

https://arxiv.org/pdf/1712.05264


Similar Posts

Comments