You can output your own execution time:

At the top of your template (possibly in application.cfm):

<cfset Request.iExeTime = GetTickCount()>

Now at the bottom of your page:

<cfoutput>Execution Time: #Evaluate(GetTickCount() -
Request.iExeTime)#</cfoutput>

Format however you'd like...

-----Original Message-----
From: Kevin McCabe [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 13, 2000 11:22 AM
To: [EMAIL PROTECTED]
Subject: ColdFusion Debugging


This is a multi-part message in MIME format.

------=_NextPart_000_000A_01BFA564.75DB1D30
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi All,

Just wondered if there was a way in which to get:

Execution Time

20 milliseconds

Part of the debug to Display in a Different Colour is its over a Certain =
Amount.

Any Ideas?

Kev

------=_NextPart_000_000A_01BFA564.75DB1D30
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.3013.2600" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>Hi All,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Just wondered if there was a way in =
which to=20
get:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><STRONG><FONT face=3DArial size=3D2>Execution =
Time</FONT></STRONG></DIV>
<DIV>&nbsp;</DIV>
<DIV><STRONG><FONT face=3DArial size=3D2>20 =
milliseconds<BR></FONT></STRONG></DIV>
<DIV><FONT face=3DArial size=3D2>Part of the debug to Display in a =
Different Colour=20
is its over a Certain Amount.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Any Ideas?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Kev</FONT></DIV></BODY></HTML>

------=_NextPart_000_000A_01BFA564.75DB1D30--

----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to