> One caveat to gettickcount( ). It does NOT return any values 
> below 10 miliseconds. I surmise that it is a limitation of 
> the process that tracks execution (perhaps where it is first 
> initialized in the execution thread).

CF's timers apparently can't tell time in increments less than 10
milliseconds, whether you're using GetTickCount or just looking at execution
times in debug output. So, any value you look at should be considered +/- 10
ms.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to