Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 1166704b12137b3978febe125bff5415b38fef1d..1cfdd4ae0d59c00c1754b2aca96866b53680876a 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -43012,6 +43012,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="Scheduling.MainAndImplSynchronized"> |
|
Ilya Sherman
2016/02/10 20:10:57
Please associate a custom enum (probably BooleanSy
|
| + <owner>brianderson@chromium.org</owner> |
| + <summary> |
| + Recorded every time the compositor draws with a new active tree. A value of |
| + true indicates the main thread started and finished within the same frame |
| + interval as the impl thread. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Scheduling.PrepareTilesDuration" units="microseconds"> |
| <owner>brianderson@chromium.org</owner> |
| <summary> |
| @@ -82243,6 +82252,7 @@ To add a new entry, add it with any value and run test to compute valid value. |
| <affected-histogram name="Scheduling.BeginMainFrameToCommitDuration"/> |
| <affected-histogram name="Scheduling.CommitToReadyToActivateDuration"/> |
| <affected-histogram name="Scheduling.DrawDuration"/> |
| + <affected-histogram name="Scheduling.MainAndImplSynchronized"/> |
| <affected-histogram name="Scheduling.PrepareTilesDuration"/> |
| <affected-histogram name="Scheduling.SwapToAckLatency"/> |
| </histogram_suffixes> |