FFX (Flow Fact in XML) format

Content

9 Time and Execution Attributes

These attributes are part of INFORMATION-ATTRIBUTES and may be put on any element.

TIME-EXECUTION-ATTR ::=
| maxtime="INT"?
| time="INT"?
| mintime="INT"?
| freq="INT"?
| maxfreq="INT"?
| minfreq="INT"?
Attribute Description
maxtime, time maximum time, in cycle, overall executions of the block
mintime minimum time, in cycle, overall executions of the block
maxfreq, freq the total count of block executions in the worse case
minfreq the total count of block executions in the best case