Skip to content

Instantly share code, notes, and snippets.

@Loac-fr
Created June 28, 2015 13:51
Show Gist options
  • Save Loac-fr/ccaa5bec4e826b26e6b9 to your computer and use it in GitHub Desktop.
Save Loac-fr/ccaa5bec4e826b26e6b9 to your computer and use it in GitHub Desktop.
Measuring task time in Js
console.time("foo");
// do stufff
console.timeEnd("foo");
// http://codepen.io/KK4OXJ/pen/eNyRYr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment