Dave,

It must be able to tell values in "increments" of less then 10 - otherwise I
would never see 35 or 16 or 18 mils.  I would only see 30, 20 or 10 ....
right?  Isn't it just for processes that tick below 10 mils (like a query
that runs for 8 mils) that it has a problem?  I see variance in the
numbers - just nothing below 10. Your take?

-mk

-----Original Message-----
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 16, 2002 10:57 AM
To: CF-Talk
Subject: RE: GetTickCount()


> 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

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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