Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonSnippets/c4e8217d3c2adfaee5161070de9de00b to your computer and use it in GitHub Desktop.
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.
<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