<cfset start = getTickCount()>

  <-- Your Code here  -->

<cfoutput>Execution time: #getTickCount() - start#</cfoutput>

or pre-mx

<cfoutput>Execution time: #evaluate( getTickCount() - start )#</cfoutput>

-----Original Message-----
From: Buddy [mailto:[EMAIL PROTECTED]] 
Sent: Monday, August 12, 2002 7:26 PM
To: CF-Talk
Subject: Processing time....

I seem to remember a tag, new to one of the recent versions of CF, that
would display how long it took to process a bit of code. You would surround
the code in question with the tag and it would return the time value. Am I
dreaming this? I can't seem to find it now.
Thanks in advance.
-Buddy


______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to