Package edu.uci.eecs.doc.clepsydra.tree

Implements tree-based WCET analysis and provides file exporters for control flow trees.

See:
          Description

Class Summary
SVGTreeWriter Exports a control flow tree to Scalable Vector Graphics (SVG) format.
TextTreeWriter Exports a control flow tree to plain text format.
TreeAnalysisStrategy This analysis strategy computes the WCET by recursively descending the control flow tree and summing the timing of each node.
 

Exception Summary
NotImplementedException An exception that is thrown when an unexpected or unsupported control flow node is encountered when computing the WCET.
 

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

Implements tree-based WCET analysis and provides file exporters for control flow trees.