Skip to content

Instantly share code, notes, and snippets.

@a-m-dev
Last active November 19, 2018 07:17
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 a-m-dev/b12ba89c66476486718e5af84a1d511e to your computer and use it in GitHub Desktop.
Save a-m-dev/b12ba89c66476486718e5af84a1d511e to your computer and use it in GitHub Desktop.
const t0 = performance.now()
...some operation
const t1 = performance.now()
console.warn(`request took: ${(t1 - t0) / 1000} s...` )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment