> I am getting in to some serious optimization and using > gettickcount quite extensively to see how long some > loops are taking. getTickCount, however, only seems to > go up in 10 millisecond intervals. As an example I have > two loops taking 0 seconds and then one loop taking 10 > on a consistant basis. This seems weird.
CF can't tell time accurately in less than ten-millisecond intervals. If something takes less than ten milliseconds, CF will display zero or ten. 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/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

