Chromium Code Reviews| 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"/> |