Not counting nested loops as time spent in a task.
While in a nested loop, Chrome is not blocked, keeps updating the client area and is responding to user actions. Subtracting the time in nested loops from the task in which it happens, so that we don't diagnose this task as a source of jank. BUG=401560, 440919 Review URL: https://codereview.chromium.org/788883004 Cr-Commit-Position: refs/heads/master@{#308218}
Showing
Please register or sign in to comment