FYI, the syntax  of the <CFOUTPUT> won't work if in versions older than CFMX

In CF 4 & 5, the CFOUTPUT must be:

<cfset endTime = getTicCount() - start>
<cfoutput>#endTime# ms</cfoutput>

  -----Original Message-----
  From: Stacy Young [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, March 16, 2004 6:18 PM
  To: CF-Talk
  Subject: RE: Quick Help

  Like inside a page?

  <cfset start = GetTickCount() />

  ...

  ...

  ...

  <cfoutput>#GetTickCount()-start# ms </cfoutput>

  -Stace

    _____

  From: Matthew Friedman [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, March 16, 2004 4:59 PM
  To: CF-Talk
  Subject: Quick Help

  I forgot the function to get the time a page took to process in CF (ie
  like
  in the debugger)

  I need to run a large scheduled task each night and I would like to see
  how
  long it ran.

  I searched the HOF site but could not find it.

  Thanks

  Matthew Friedman

    _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to