Subtracting one tick count from the other tickcount will give you a more accutate time. Debugging adds a lot of overhead to an app and you will get rediculous render times if you start using CFCs. Neil provided you with good info on where to look if you want but I can not stress how bad of an idea is it to leave debuging on in produiction just becuase it is turned off for all IPs does not stop debuging from running. If debuging is on it is run, IPs only dictate when that information is displayed.
Adam H On Sun, 30 Jan 2005 07:11:39 -0400, Richard East <[EMAIL PROTECTED]> wrote: > I want to save the Total Execution Time from the Debugger into a database. I > don’t want the tickcount as it is not the same thing. Why top and tail > a script/application with GetTickcount() when there is a perfectly good > variable in ColdFusion already doing this? If it’s some Java running > in the background generating the Total Execution time for the debugger then > I’d like to get hold of it at the end of my program. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:15:571 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
