Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 9d389093059bf62ef8d0c324dbe3b7cfbaa76ba0..4bb3d8bd79180ba409b4f60ef933007fec895177 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.CreateIconFiles" units="ms"> |
|
Ilya Sherman
2017/04/12 23:33:34
Optional nit: I'd append "Duration" to this histog
chengx
2017/04/13 19:21:51
Done.
|
| + <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.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.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.UpdateJumpList" 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. |