Package edu.uci.eecs.doc.clepsydra.loop

Helps determine maximum loop bounds during WCET analysis.

See:
          Description

Interface Summary
LoopBoundStrategy A common interface for various loop bound analysis strategies.
 

Class Summary
AnnotationLoopBoundStrategy This strategy determines the maximum number of iterations of a loop by reading annotation data that has been inserted manually by the author of the loop.
 

Exception Summary
UnknownLoopBoundException An exception indicating that the iteration bound for a loop could not be determined.
 

Annotation Types Summary
LoopBound This annotation is designed for loop constructs.
 

Package edu.uci.eecs.doc.clepsydra.loop Description

Helps determine maximum loop bounds during WCET analysis.