Commit 9949a0be authored by Stephen Chenney's avatar Stephen Chenney Committed by Commit Bot

Remove aggregation from the Blink.PageLoad UKM

Requested to help stabilize the UKM aggregation pipeline,
and not essential to our needs.

R: rkaplow@chromium.org
Bug: 1001199
Change-Id: I83779953ee8f068af95ed3d2285de25d7adb95a6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918949
Auto-Submit: Stephen Chenney <schenney@chromium.org>
Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Commit-Queue: Robert Kaplow <rkaplow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#715801}
parent b560a6f2
......@@ -1600,169 +1600,78 @@ be describing additional metrics about the same event.
The time spent in main frame animation, between navigation and First
Contentful Paint, in microseconds.
</summary>
<aggregation>
<history>
<statistics>
<quantiles type="std-percentiles"/>
</statistics>
</history>
</aggregation>
</metric>
<metric name="Compositing">
<summary>
The time spent in main thread compositing, between navigation and First
Contentful Paint, in microseconds.
</summary>
<aggregation>
<history>
<statistics>
<quantiles type="std-percentiles"/>
</statistics>
</history>
</aggregation>
</metric>
<metric name="CompositingCommit">
<summary>
The time spent committing main thread compositing results, between
navigation and First Contentful Paint, in microseconds.
</summary>
<aggregation>
<history>
<statistics>
<quantiles type="std-percentiles"/>
</statistics>
</history>
</aggregation>
</metric>
<metric name="ForcedStyleAndLayout">
<summary>
The time spent in forced style recalc and layouts, between navigation and
First Contentful Paint, in microseconds.
</summary>
<aggregation>
<history>
<statistics>
<quantiles type="std-percentiles"/>
</statistics>
</history>
</aggregation>
</metric>
<metric name="HandleInputEvents">
<summary>
The time spent in processing rAF-aligned input for the main frame, between
navigation and First Contentful Paint, in microseconds.
</summary>
<aggregation>
<history>
<statistics>
<quantiles type="std-percentiles"/>
</statistics>
</history>
</aggregation>
</metric>
<metric name="IntersectionObservation">
<summary>
The time spent computing intersection observer state, between navigation
and First Contentful Paint, in microseconds.
</summary>
<aggregation>
<history>
<statistics>
<quantiles type="std-percentiles"/>
</statistics>
</history>
</aggregation>
</metric>
<metric name="Layout">
<summary>
The time spent in layout document lifecycle work, between navigation and
First Contentful Paint, in microseconds.
</summary>
<aggregation>
<history>
<statistics>
<quantiles type="std-percentiles"/>
</statistics>
</history>
</aggregation>
</metric>
<metric name="MainFrame">
<summary>
The time spent in ProxyMain::BeginMainFrame, between navigation and First
Contentful Paint, in microseconds.
</summary>
<aggregation>
<history>
<statistics>
<quantiles type="std-percentiles"/>
</statistics>
</history>
</aggregation>
</metric>
<metric name="Paint">
<summary>
The time spent in paint document lifecycle work, between navigation and
First Contentful Paint, in microseconds.
</summary>
<aggregation>
<history>
<statistics>
<quantiles type="std-percentiles"/>
</statistics>
</history>
</aggregation>
</metric>
<metric name="PrePaint">
<summary>
The time spent in pre-paint document lifecycle work, between navigation
and First Contentful Paint, in microseconds.
</summary>
<aggregation>
<history>
<statistics>
<quantiles type="std-percentiles"/>
</statistics>
</history>
</aggregation>
</metric>
<metric name="ProxyCommit">
<summary>
The time spent committing main thread to impl layer tree information,
between navigation and First Contentful Paint, in microseconds.
</summary>
<aggregation>
<history>
<statistics>
<quantiles type="std-percentiles"/>
</statistics>
</history>
</aggregation>
</metric>
<metric name="ScrollingCoordinator">
<summary>
The time spent in ScrollingCoordinator, between navigation and First
Contentful Paint, in microseconds.
</summary>
<aggregation>
<history>
<statistics>
<quantiles type="std-percentiles"/>
</statistics>
</history>
</aggregation>
</metric>
<metric name="Style">
<summary>
The time spent in style document lifecycle work, between navigation and
First Contentful Paint, in microseconds.
</summary>
<aggregation>
<history>
<statistics>
<quantiles type="std-percentiles"/>
</statistics>
</history>
</aggregation>
</metric>
<metric name="StyleAndLayout">
<summary>
......@@ -1770,26 +1679,12 @@ be describing additional metrics about the same event.
navigation and First Contentful Paint, in microseconds. Will be obsolete
in M-82.
</summary>
<aggregation>
<history>
<statistics>
<quantiles type="std-percentiles"/>
</statistics>
</history>
</aggregation>
</metric>
<metric name="UpdateLayers">
<summary>
The time spent in for LayerTreeHost::UpdateLayers, between navigation and
First Contentful Paint, in microseconds.
</summary>
<aggregation>
<history>
<statistics>
<quantiles type="std-percentiles"/>
</statistics>
</history>
</aggregation>
</metric>
</event>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment