Skip to content

Instantly share code, notes, and snippets.

@fredchu
Created June 27, 2014 16:56
Show Gist options
  • Save fredchu/7b7fa0a09787f77c7b38 to your computer and use it in GitHub Desktop.
Save fredchu/7b7fa0a09787f77c7b38 to your computer and use it in GitHub Desktop.
JavaScript speed test
console.time('a');
// execute some JavaScript
console.timeEnd('a');
// the result showed in console is the duration that block of JavaScript spent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment