Skip to content

Instantly share code, notes, and snippets.

@huschdie
Created July 24, 2016 07:19
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 huschdie/759fdd80d1be8fae950731a48d906457 to your computer and use it in GitHub Desktop.
Save huschdie/759fdd80d1be8fae950731a48d906457 to your computer and use it in GitHub Desktop.
stopper for the code
// add this line on the top
var d0 = new Date();
// add this line on the bottom
var d1 = new Date()
var how_long = (d1.getTime()-d0.getTime())/1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment