Javascript - Profiler

About

Code - (Profiler|Profiling) in Javascript

List

Console

Chrome console - Doc

function processPixels() {
  console.profile("processPixels()");
  // later, after processing pixels
  console.profileEnd();
}

Performance







Share this page:
Follow us:
Task Runner