Skip to content

Instantly share code, notes, and snippets.

@jairoFernandez
Created June 2, 2018 21:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jairoFernandez/08a733ca02bf116cc61d3e44215fa5fa to your computer and use it in GitHub Desktop.
Save jairoFernandez/08a733ca02bf116cc61d3e44215fa5fa to your computer and use it in GitHub Desktop.
Timer console
console.time('someFunction');
someFunction(); // run whatever needs to be timed in between the statements
console.timeEnd('someFunction');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment