Returns a millisecond clock counter that can be used for timing sections of CFML code or any other aspects of page processing.
Syntax
GetTickCount()
Usage
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.