Created
November 12, 2015 15:23
-
-
Save howellcc/45e1375fc8490aaaed6c 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