Created
July 31, 2024 08:27
-
-
Save trycf/a3aa5914b8f561acdcd49ad565885b65 to your computer and use it in GitHub Desktop.
TryCF Gist
This file contains hidden or 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
<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