Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2884753002: [PageLoadMetrics] Relax invariants and log the exceptions (Closed)
Patch Set: Reduce histogram calls Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 3862a2a74878c1b5548e0c7d4fd1ea39742e0ae0..14010762d3b75c2f7d61c44e13c94de6ba639706 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -47591,6 +47591,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PageLoad.Clients.Ads.Google.ParentExistsForSubFrame"
+ enum="ParentFrameKnown">
+ <owner>jkarlin@chromium.org</owner>
+ <summary>
+ Records whether or not a parent frame is found for a subframe that finishes
+ navigating.
+ </summary>
+</histogram>
+
+<histogram name="PageLoad.Clients.Ads.Google.ResourceTypeWhenNoFrameFound"
+ enum="ContentResourceType2">
+ <owner>jkarlin@chromium.org</owner>
+ <summary>
+ Records the content::ResourceType when a resource finishes loading but the
+ ads metrics aren't aware of a committed frame for the resource.
+ </summary>
+</histogram>
+
<histogram
name="PageLoad.Clients.DataReductionProxy.Experimental.Bytes.Network.CompressionRatio"
units="%">
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698