Created
July 24, 2014 15:58
-
-
Save tmcw/6cbbece90ec3eeb7a350 to your computer and use it in GitHub Desktop.
Gist from mistakes.io
This file contains 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 DEBUG = true; | |
function timeStart(name) { if (DEBUG) console.time(name); } | |
function timeEnd(name) { if (DEBUG) console.time(name); } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment