Skip to content

Instantly share code, notes, and snippets.

@scottdomes
Created December 20, 2016 01:30
Show Gist options
  • Save scottdomes/4f4889a9c600ce31d6f48e2304d5f033 to your computer and use it in GitHub Desktop.
Save scottdomes/4f4889a9c600ce31d6f48e2304d5f033 to your computer and use it in GitHub Desktop.
componentWillMount() {
window.performance.mark('App')
}
componentDidMount() {
console.log(window.performance.now('App'))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment