Railo 4.2 Reference
Choose a tag:

Tag <CFSTOPWATCH>

Stops the time from starttag to endtag

Body

This tag must have a body.

Example

	<cfstopwatch
		[label="string"]
		[variable="string"]>

	</cfstopwatch>
This tag is also supported within cfscript
	<cfscript>
		stopwatch
		[label="string"]
		[variable="string"] {

	}
	</cfscript>

Attributes

The attributes for this tag are fixed. Except for the following attributes no other attributes are allowed.
Name Type Required Description
label string No Label of the stopwatch 
variable string No Name of variable to write time to it