Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/a3aa5914b8f561acdcd49ad565885b65 to your computer and use it in GitHub Desktop.
Save trycf/a3aa5914b8f561acdcd49ad565885b65 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
a = new java("java.lang.System" ).currentTimeMillis();
b = getTickCount();
writeDump( {a, b, diff: a-b } );
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment