Created
February 13, 2016 21:57
-
-
Save ccramiro/cb09f820f9e3449393f0 to your computer and use it in GitHub Desktop.
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
| var t0 = performance.now(); | |
| function(); | |
| var t1 = performance.now(); | |
| console.log("Call to function took " + (t1 - t0) + " milliseconds.") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment