Skip to content

Instantly share code, notes, and snippets.

@kunigami
Created March 18, 2020 17:22
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 kunigami/9fb19aba4e2130b9d41d285a328f8b2c to your computer and use it in GitHub Desktop.
Save kunigami/9fb19aba4e2130b9d41d285a328f8b2c to your computer and use it in GitHub Desktop.
performance.mark('expensive-start');
expensive();
performance.mark('expensive-end');
const value = performance.measure(
'expensive-mark',
'expensive-start',
'expensive-end',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment