Skip to content

Instantly share code, notes, and snippets.

@alfredbez
Created April 5, 2013 10:08
Show Gist options
  • Save alfredbez/5318162 to your computer and use it in GitHub Desktop.
Save alfredbez/5318162 to your computer and use it in GitHub Desktop.
Javascript: log time
console.time("dosomething");
var foo = 'bar';
console.timeEnd("dosomething");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment