Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index a61d57ec74803a23df4b7a9418c169f5d7fc6e6c..ab872fd2256b45bd5ac4bd6cbb1890f9bf5f1a5c 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -60334,6 +60334,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="Scheduling.BeginMainFrameLatency2" units="microseconds"> |
|
ajuma
2017/03/14 14:54:10
The '2' shouldn't be needed here (since we don't h
stanisc
2017/03/14 21:25:40
Agree, '2' shouldn't be needed but it is added by
|
| + <owner>stanisc@chromium.org</owner> |
| + <summary> |
| + The time from v-sync to when the main side actually starts the |
| + BeginMainFrame. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Scheduling.BeginMainFrameQueueDurationCritical" |
| units="microseconds"> |
| <obsolete> |
| @@ -114981,6 +114989,7 @@ from previous Chrome versions. |
| <affected-histogram name="Scheduling.ActivateDuration2"/> |
| <affected-histogram name="Scheduling.BeginMainFrameIntervalCritical2"/> |
| <affected-histogram name="Scheduling.BeginMainFrameIntervalNotCritical2"/> |
| + <affected-histogram name="Scheduling.BeginMainFrameLatency2"/> |
| <affected-histogram name="Scheduling.BeginMainFrameQueueDurationCritical2"/> |
| <affected-histogram |
| name="Scheduling.BeginMainFrameQueueDurationNotCritical2"/> |