Skip to content

Instantly share code, notes, and snippets.

@howellcc
Created November 12, 2015 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save howellcc/45e1375fc8490aaaed6c to your computer and use it in GitHub Desktop.
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.
<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