Skip to content

Instantly share code, notes, and snippets.

@bigfish
Created November 11, 2010 20:40
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 bigfish/673144 to your computer and use it in GitHub Desktop.
Save bigfish/673144 to your computer and use it in GitHub Desktop.
var startTime = (new Date()).getTime();
console.log(((new Date()).getTime() - startTime) / 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment