Javascript - Profiler

About

List

Console

Chrome console - Doc

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

Performance


Powered by ComboStrap