// Filter empty commits from the profiler data. // It is very important to keep operations and commit data arrays perfect in sync. // So we must use the same criteria to filter both. // If these two ...
There are two ways to use the profiler. One is for quick profiling of programs that don't interact with the DOM. The other is for more involved profiling of JavaScript as part of a HTML application.