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.
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.
BUG=455884,455942,455952
TEST=none
TBR=mmenke,michaeln,zea
Review URL: https://codereview.chromium.org/
900793009
Cr-Commit-Position: refs/heads/master@{#314970}