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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2694183004: Adding TabRestore PLM UMA (Closed)
Patch Set: rebase + comments Created 3 years, 10 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 | « content/public/browser/navigation_handle.h ('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 f5d4032aa24dbd8c475312ebe7874911464a308d..ef62910182425d82c8d8b1677cab6b4a0eef563c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -117624,6 +117624,16 @@ value.
name="PageLoad.PaintTiming.ParseStartToFirstContentfulPaint"/>
</histogram_suffixes>
+<histogram_suffixes name="PageLoadMetricsClientsTabRestore" separator="."
+ ordering="prefix">
+ <suffix name="Clients.TabRestore"
+ label="PageLoadMetrics that are a result of a navigation caused by a
+ tab restore."/>
+ <affected-histogram name="PageLoad.Experimental.Bytes.Cache"/>
+ <affected-histogram name="PageLoad.Experimental.Bytes.Network"/>
+ <affected-histogram name="PageLoad.Experimental.Bytes.Total"/>
+</histogram_suffixes>
+
<histogram_suffixes name="PageLoadMetricsLoadType" separator=".">
<suffix name="LoadType.Reload" label="Restricted to reloaded pages."/>
<suffix name="LoadType.ForwardBackNavigation"
« no previous file with comments | « content/public/browser/navigation_handle.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698