Skip to content

Instantly share code, notes, and snippets.

@msroot
Created October 21, 2012 11:53
Show Gist options
  • Select an option

  • Save msroot/3926800 to your computer and use it in GitHub Desktop.

Select an option

Save msroot/3926800 to your computer and use it in GitHub Desktop.
js profiler
if (window.console && window.console.profile) {
console.profile("label for profile");
// insert code to profile here,
// all function calls will be profiled
console.profileEnd();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment