Adding instrumentation to locate the source of jankiness.
commit5cc2cfc1f3b0174d4b89eb836c75e910a6696b9a
authorvadimt <vadimt@chromium.org>
Sat, 25 Oct 2014 02:24:11 +0000 (24 19:24 -0700)
committerCommit bot <commit-bot@chromium.org>
Sat, 25 Oct 2014 02:24:27 +0000 (25 02:24 +0000)
tree9e39759991bd53bbdc2953fb7fcd404ab245b61e
parent34a84c6d1269332cc3ae2b8a50af489230c885de
Adding instrumentation to locate the source of jankiness.

Mechanical change that adds instrumentation required to locate the source of jankiness (i.e. a long-running fragment of code executed as a part of the task that causes jank) in the code. See the bug for details on what kind of jank we are after.
A number of similar CLs were landed, and none of them caused issues. They've helped to find and fix janky code. The code of the instrumentation is highly optimized and is not expected to affect performance. The code simply creates a diagnostic task which is identical to ones created by PostTask or IPC message handlers.
Landing as TBR since this is a mechanical, safe and temporary change.

This CL instruments code invoked from AccountTracker::OnRefreshTokenAvailable, which is responsible for 20.6 jph.

BUG=422460
TBR=brettw@chromium.org

Review URL: https://codereview.chromium.org/676123002

Cr-Commit-Position: refs/heads/master@{#301267}
google_apis/gaia/account_tracker.cc