DescriptionRevert of [Android] Experimental sync barrier detection for tracing (patchset #6 id:100001 of https://codereview.chromium.org/575103002/)
Reason for revert:
Barrier detection is no longer necessary, see crrev.com/512333002.
Original issue's description:
> [Android] Experimental sync barrier detection for tracing
>
> When an Android View is invalidated outside of frame dispatch
> (animation/input/draw), a sync barrier may be inserted into the shared
> UI thread message loop. This effectively blocks dispatch of all Chrome
> tasks posted to the browser UI thread for an entire frame (or more if
> the View is continually invalidated).
>
> There are currently no easy or even automated ways to avoid this
> untimely invalidation, and judicious coding can only take us so far. As
> an intermediate assist in debugging the issue, use reflection and a
> crude form of MessageQueue inspection to trace known cases where the
> MessageQueue is blocked by a sync barrier.
>
> Note that this detection is not perfect, neither is it exact, but it's a
> solid proxy for informing traces about such pipeline stalls.
>
> BUG=407133
>
> Committed: https://crrev.com/85bceaa6e05ee1bf42ac220ddcbb50ca268c1ea4
> Cr-Commit-Position: refs/heads/master@{#296249}
TBR=epenner@chromium.org,epenner@google.com,nyquist@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=407133
Committed: https://crrev.com/adefc40cb9652a2ea046bbdbef223d881f4a7463
Cr-Commit-Position: refs/heads/master@{#304040}
Patch Set 1 #Patch Set 2 : Rebase #Messages
Total messages: 10 (4 generated)
|