Skip to content

Instantly share code, notes, and snippets.

@jbail
Created April 12, 2011 17:47
Show Gist options
  • Save jbail/916013 to your computer and use it in GitHub Desktop.
Save jbail/916013 to your computer and use it in GitHub Desktop.
console.time('for_loop_timer');
for (var i=0; i<1000; i++){
//nothing to see here, move along
}
console.timeEnd('for_loop_timer');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment