| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 9d389093059bf62ef8d0c324dbe3b7cfbaa76ba0..7e72b23a19765b81747b4e144e72e9e09c54e57b 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -81467,6 +81467,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <summary>The type of category clicked in the Windows Jumplist</summary>
|
| </histogram>
|
|
|
| +<histogram name="WinJumplist.CreateIconFilesCount">
|
| + <owner>chengx@chromium.org</owner>
|
| + <summary>
|
| + Count of jumplist icons that will be created per jumplist update. It is
|
| + recorded whenever UpdateJumpList() is called.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="WinJumplist.CreateIconFilesDuration" units="ms">
|
| + <owner>chengx@chromium.org</owner>
|
| + <summary>
|
| + Time spent in CreateIconFiles(). This method is called whenever there is a
|
| + jumplist update and the JumpListIcons folder is empty.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="WinJumplist.DeleteStatusJumpListIcons"
|
| enum="JumplisticonsDeleteCategory">
|
| <owner>chengx@chromium.org</owner>
|
| @@ -81593,6 +81609,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="WinJumplist.UpdateJumpListDuration" units="ms">
|
| + <owner>chengx@chromium.org</owner>
|
| + <summary>
|
| + Time spent in UpdateJumpList(). This method is called whenever there is a
|
| + jumplist update.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="WinTimeTicks.FailedToChangeCores" enum="WindowsVersion">
|
| <obsolete>
|
| Removed 01/2017.
|
|
|