Skip to content

Instantly share code, notes, and snippets.

@ajduke
Created May 2, 2016 14:44
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 ajduke/98ce7cfd33e37f7c8baf2352e1138a5e to your computer and use it in GitHub Desktop.
Save ajduke/98ce7cfd33e37f7c8baf2352e1138a5e to your computer and use it in GitHub Desktop.
console.time('Operation1')
for (var i = 0; i < 1000000000; i++) {
}
console.timeEnd('Operation1')
/// following is outout
// $ node app.js
// Operation1: 507ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment