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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1891883002: Clean up logic to determine if a navigation is from GWS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gwsabort
Patch Set: Created 4 years, 8 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 | « chrome/browser/page_load_metrics/observers/from_gws_page_load_metrics_observer_unittest.cc ('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 8c2e4430cd9743a675273cbb408994ecd291232d..f7f319d6c0d1813e1925bdedc692992fc905501e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -91384,12 +91384,12 @@ To add a new entry, add it with any value and run test to compute valid value.
<histogram_suffixes name="PageLoadMetricsClients" separator="."
ordering="prefix">
+ <obsolete>
+ Deprecated in favor of Clients.FromGWS2.
+ </obsolete>
<suffix name="Clients.FromGWS"
Alexei Svitkine (slow) 2016/04/19 15:51:55 I think you can just mark this <suffix> as obsolet
Bryan McQuade 2016/04/19 15:59:41 Ah, thanks, didn't know about this. I did remove
label="PageLoadMetrics that are a result of a navigation from a Google
web search"/>
- <suffix name="Clients.DocWrite.Evaluator"
Alexei Svitkine (slow) 2016/04/19 15:51:55 Keep this here, if you're already marking this suf
Bryan McQuade 2016/04/19 15:59:41 Done
- label="PageLoadMetrics from a page that could have been evaluated by
- the DocumentWriteEvaluator"/>
<affected-histogram
name="PageLoad.Timing2.DOMLoadingToDOMContentLoadedEventFired"/>
<affected-histogram name="PageLoad.Timing2.DOMLoadingToFirstContentfulPaint"/>
@@ -91412,6 +91412,32 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="PageLoad.Timing2.ParseStartToFirstContentfulPaint"/>
</histogram_suffixes>
+<histogram_suffixes name="PageLoadMetricsClients" separator="."
+ ordering="prefix">
+ <suffix name="Clients.FromGWS2"
+ label="PageLoadMetrics that are a result of a navigation from a Google
+ web search"/>
+ <suffix name="Clients.DocWrite.Evaluator"
+ label="PageLoadMetrics from a page that could have been evaluated by
+ the DocumentWriteEvaluator"/>
+ <affected-histogram
+ name="PageLoad.Timing2.NavigationToDOMContentLoadedEventFired"/>
+ <affected-histogram name="PageLoad.Timing2.NavigationToFirstContentfulPaint"/>
+ <affected-histogram name="PageLoad.Timing2.NavigationToFirstImagePaint"/>
+ <affected-histogram name="PageLoad.Timing2.NavigationToFirstPaint"/>
+ <affected-histogram name="PageLoad.Timing2.NavigationToFirstTextPaint"/>
+ <affected-histogram name="PageLoad.Timing2.NavigationToLoadEventFired"/>
+ <affected-histogram name="PageLoad.Timing2.ParseBlockedOnScriptLoad"/>
+ <affected-histogram
+ name="PageLoad.Timing2.ParseBlockedOnScriptLoad.ParseComplete"/>
+ <affected-histogram
+ name="PageLoad.Timing2.ParseBlockedOnScriptLoadFromDocumentWrite"/>
+ <affected-histogram
+ name="PageLoad.Timing2.ParseBlockedOnScriptLoadFromDocumentWrite.ParseComplete"/>
+ <affected-histogram name="PageLoad.Timing2.ParseDuration"/>
+ <affected-histogram name="PageLoad.Timing2.ParseStartToFirstContentfulPaint"/>
+</histogram_suffixes>
+
<histogram_suffixes name="PageLoadType">
<suffix name="HistoryLoad"
label="but only for user pressing back or forward"/>
« no previous file with comments | « chrome/browser/page_load_metrics/observers/from_gws_page_load_metrics_observer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698