Skip to content

Instantly share code, notes, and snippets.

@veged
Created July 1, 2009 08:58
Show Gist options
  • Save veged/138694 to your computer and use it in GitHub Desktop.
Save veged/138694 to your computer and use it in GitHub Desktop.
НаноПрофайлинг
var times = [(new Date()).getTime()];
// ...
times.push((new Date()).getTime() - times[0]);
// ...
times.push((new Date()).getTime() - times[0]);
console.log(times);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment