Skip to content

Instantly share code, notes, and snippets.

@deleteman
Created March 28, 2019 04:13
Show Gist options
  • Save deleteman/dbe3aca8698e3e8d49c63e47a234d6fc to your computer and use it in GitHub Desktop.
Save deleteman/dbe3aca8698e3e8d49c63e47a234d6fc to your computer and use it in GitHub Desktop.
measuring time using console.time
console.time("timer")
setTimeout(function() {
console.timeEnd("timer")
}, 1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment