RSSAmplifier

myCFML Developer Blog - Articles · May 1, 2025

CF_Timer Revisited - Timer functionality without enabling CF Debugging

0
Sign in to vote or save

This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.

The CF_Timer custom ColdFusion tag measures the execution time of the code block it encloses. Upon encountering the CF_Timer start tag, it records a timestamp with nanosecond or millisecond precision. When the corresponding end tag is reached, it calculates the elapsed time. This duration can then be displayed in various formats (inline, outline, or as a comment), assigned to a specified…

Read on mycfml.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.