| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 7cfb8759a2bb05d1c6d81279a475e0b4178f527e..3ac16ef2b8ec5e60cddce5c9d9b2c075c842c262 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -75399,6 +75399,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Thumbnails.CopyFromSurfaceTime" units="ms">
|
| + <owner>treib@chromium.org</owner>
|
| + <summary>
|
| + While taking a screenshot of the current tab for use as a thumbnail on the
|
| + New Tab page, the time it took to copy the tab's contents into a bitmap.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Thumbnails.ProcessBitmapTime" units="ms">
|
| + <owner>treib@chromium.org</owner>
|
| + <summary>
|
| + While taking a screenshot of the current tab for use as a thumbnail on the
|
| + New Tab page, the time it took to post-process the captured bitmap.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="TileManager.ExceededMemoryBudget" enum="TileMemoryBudget">
|
| <owner>reveman@chromium.org</owner>
|
| <owner>vmpstr@chromium.org</owner>
|
|
|