Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 15bd59778cc5f97fb8cc636c7e6d730001186c66..a2e45fc09ffb3430e38afefc0eaca2ad738b83ac 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -94926,6 +94926,14 @@ 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.Reload" separator="." |
|
Takashi Toyoshima
2016/05/26 06:06:50
I created a separate histogram_suffixes tag to avo
|
| + ordering="prefix"> |
| + <suffix name="Clients.Reload" |
| + label="PageLoadMetrics from a page that is reloaded"/> |
| + <affected-histogram |
| + name="PageLoad.PaintTiming.NavigationToFirstContentfulPaint"/> |
|
Takashi Toyoshima
2016/05/26 06:06:50
I also should have -.ByGesture here. But I could n
Bryan McQuade
2016/05/26 10:43:34
You can create a second suffix for it, with affect
Takashi Toyoshima
2016/05/27 03:09:48
Thanks. Let me try it.
|
| +</histogram_suffixes> |
| + |
| <histogram_suffixes name="PageLoadType"> |
| <suffix name="HistoryLoad" |
| label="but only for user pressing back or forward"/> |