You could use the CFMX factory as cescribed by Ben Forta here:

<!--- Access factory --->
<CFOBJECT ACTION="CREATE"
TYPE="JAVA"
CLASS="coldfusion.
server.ServiceFactory"
NAME="factory">
<!--- Dump factory contents --->
<CFDUMP VAR="#factory#">

-----Original Message-----
From: Giles Roadnight [mailto:giles.roadnight@;goldcockerelbooks.co.uk]
Sent: 17 October 2002 11:32
To: [EMAIL PROTECTED]
Subject: [ cf-dev ] Quickie - page execution times


Hi

Is there a way in MX to output the length of time a page took to execute
without turning on debugging? I know about gettickCount() I was just
wondering if you directly output the time. Possibly with CFtrace - I
can't find anything about this in the help.


Giles Roadnight
http://giles.roadnight.name



-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]



--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to