CFTIMER
Calculates the time it takes to execute a block of CFML code
Usage
<cftimer> ... </cftimer>
Attributes
Attribute | default | required | summary |
---|---|---|---|
ATTRIBUTECOLLECTION | A structure containing the tag attributes | ||
TYPE=DEBUG | DEBUG | Outputs the execution time in the debugging panel | |
TYPE=OUTLINE | Outputs the execution time in a FIELDSET tag | ||
TYPE=INLINE | Outputs the execution time at the current position as simple text | ||
TYPE=COMMENT | Outputs the execution time as an HTML comment | ||
LABEL | Optional label to associate with the output |