Skip to content

Instantly share code, notes, and snippets.

@brookjordan
Created May 6, 2020 03:56
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 brookjordan/4e4d9ce16fe3526af339ceb997ba6f61 to your computer and use it in GitHub Desktop.
Save brookjordan/4e4d9ce16fe3526af339ceb997ba6f61 to your computer and use it in GitHub Desktop.
Print paint performance metrics
console.log(` ‾‾‾‾
Paint time for ${location}:${
performance.getEntriesByType("paint").map(({ name, startTime }) => `
• ${name}: ${startTime}ms`)}
____`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment