Contents

cfstopwatch

Description

Stops the time from starttag to endtag

Category

Other

Implemented

Usage Syntax

<cfstopwatch  
	[label="String"]
	[variable="String"]
 />

[] = Optional attribute

Attributes

Name Type Required Default Description
label String No Label of the stopwatch
variable String No Name of variable to write time to it

Example Usage