Revert "[Sampling profiler] Apply metadata to samples before first contentful paint"
This reverts commit 648288e2. Reason for revert: Suspected for flaky crash hitting WebGL tests. See bug. Bug: 1054357 Original change's description: > [Sampling profiler] Apply metadata to samples before first contentful paint > > Requests that the sampling profiler apply metadata to samples between > navigation start and first contentful paint, at the time when first > contentful paint is sent to the browser process. This metadata will > support analysis of execution during page load. > > This change introduces monotonic time interfaces for the required metrics > because the existing interfaces are limited to 1ms resolution. If used > they would result in up to 2% of samples being misidentified as occurring > during loading when they weren't, or vice versa. > > Bug: 1034756 > Change-Id: Ibb39877ecfc52a1e5327204c39c3b0ce0f1b8ccd > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042324 > Reviewed-by: Stephen Chenney <schenney@chromium.org> > Reviewed-by: Nicolás Peña Moreno <npm@chromium.org> > Reviewed-by: Bryan McQuade <bmcquade@chromium.org> > Reviewed-by: Annie Sullivan <sullivan@chromium.org> > Commit-Queue: Mike Wittman <wittman@chromium.org> > Cr-Commit-Position: refs/heads/master@{#742717} TBR=sullivan@chromium.org,wittman@chromium.org,bmcquade@chromium.org,npm@chromium.org,schenney@chromium.org Change-Id: I83e655350d8537934b7715efdd3a576266c80e72 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1034756 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2066061Reviewed-by:Jamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org> Cr-Commit-Position: refs/heads/master@{#743073}
Showing
This diff is collapsed.
Please register or sign in to comment