One good thing its for, is if you're working on a box that you CAN'T get
debug stuff on.. throw some <CFSETs> in at various places setting variables
to GetTickCount(), then comparing the differences. You can track how far it
takes your page to get from point A to B, B to C, C to D, etc. and identify
slow areas that need work.

----- Original Message -----
From: "Eric Fickes" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, January 05, 2001 1:58 PM
Subject: GetTickCount - what's the point?


> So what is GetTickCount good for?
>
> E
>
> -----Original Message-----
> From: Jann VanOver [mailto:[EMAIL PROTECTED]]
>
> It says in the docs,
> "The absolute value of the counter has no meaning. Generate useful timing
> values by taking differences between the results of GetTickCount() at
> specified points during page processing."
>
> Take the count at different times, subtract, you're left with the number
of
> milliseconds it took for something to happen.  Not meant to work with
> TimeFormat, TimeDateFormat, etc.
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to