Forked from howellcc/[MuraCMS] Create Your Own Tracepoint.cfm
Created
January 20, 2017 19:04
-
-
Save JonSnippets/c4e8217d3c2adfaee5161070de9de00b to your computer and use it in GitHub Desktop.
Snippet for creating your own trace points to show up in Mura's showTrace.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfset mytracepoint=$.initTracepoint("clever name for my tracepoint")> | |
<!--- All the things that I want to see how long they take ---> | |
<cfset $.commitTracepoint(mytracepoint)> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment