Skip to content

Instantly share code, notes, and snippets.

View JonSnippets's full-sized avatar

JSteenbergen JonSnippets

  • Cincinnati, OH. US
View GitHub Profile
@JonSnippets
JonSnippets / [MuraCMS] Create Your Own Tracepoint.cfm
Created January 20, 2017 19:04 — forked from howellcc/[MuraCMS] Create Your Own Tracepoint.cfm
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)>