You can use the gettickcount function...
at the top of the page do something like...
<cfset tcPreLoad = gettickcount()/>

and at the bottom of the page have another..
<cfset tcPostLoad - gettickcount()/>

Then you can subtract the 2 to get the ms between them..
<cfoutput>#tcPostLoad-tcPreLoad#</cfoutput>ms


On Thu, 27 Jan 2005 11:28:05 -0400, Richard East <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I want to be able to <cfset> a variable to equal the total page Execution 
> Time (as normally shown in near the top of the Debugging Information.) How do 
> I do this?
> 
> Thanks,
> 
> Richard
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Stay Ahead of Hackers - Download ZoneAlarm Pro
http://www.houseoffusion.com/banners/view.cfm?bannerid=65

Message: http://www.houseoffusion.com/lists.cfm/link=i:15:563
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/15
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:15
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to