How to measure time needed to execute a block of code in ColdFusion?
We can measure time needed to execute a block of code in ColdFusion using getTickCount() method. getTickCount() method returns a counter in milliseconds. Syntax: startTime…