OLD | NEW |
1 <!-- | 1 <!-- |
2 Copyright 2013 The Chromium Authors. All rights reserved. | 2 Copyright 2013 The Chromium Authors. All rights reserved. |
3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
4 found in the LICENSE file. | 4 found in the LICENSE file. |
5 --> | 5 --> |
6 | 6 |
7 <!-- | 7 <!-- |
8 This file is used to generate a comprehensive list of Chrome histograms along | 8 This file is used to generate a comprehensive list of Chrome histograms along |
9 with a detailed description for each histogram. | 9 with a detailed description for each histogram. |
10 | 10 |
(...skipping 1864 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1875 <summary> | 1875 <summary> |
1876 Number of total files (regualr files + hosted documents) on Drive. Logged | 1876 Number of total files (regualr files + hosted documents) on Drive. Logged |
1877 when Drive is first accessed. | 1877 when Drive is first accessed. |
1878 </summary> | 1878 </summary> |
1879 </histogram> | 1879 </histogram> |
1880 | 1880 |
1881 <histogram name="GoogleNow.Event" enum="GoogleNowEvent"> | 1881 <histogram name="GoogleNow.Event" enum="GoogleNowEvent"> |
1882 <summary>Events in Google Now component extension.</summary> | 1882 <summary>Events in Google Now component extension.</summary> |
1883 </histogram> | 1883 </histogram> |
1884 | 1884 |
| 1885 <histogram name="HistoryPage.OtherSessionsMenu" enum="NtpOtherSessionsType"> |
| 1886 <summary> |
| 1887 Histogram for usage of the section in the history page that allows the user |
| 1888 to access tabs from other devices. |
| 1889 </summary> |
| 1890 </histogram> |
| 1891 |
1885 <histogram name="HttpCache.EntryLockWait" units="milliseconds"> | 1892 <histogram name="HttpCache.EntryLockWait" units="milliseconds"> |
1886 <summary> | 1893 <summary> |
1887 The time spent waiting for write lock on a disk cache entry. | 1894 The time spent waiting for write lock on a disk cache entry. |
1888 </summary> | 1895 </summary> |
1889 </histogram> | 1896 </histogram> |
1890 | 1897 |
1891 <histogram name="HttpCache.OfflineStatus" enum="OfflineStatus"> | 1898 <histogram name="HttpCache.OfflineStatus" enum="OfflineStatus"> |
1892 <summary> | 1899 <summary> |
1893 Result of a main page HttpCacheTransaction if offline mode had been enabled. | 1900 Result of a main page HttpCacheTransaction if offline mode had been enabled. |
1894 </summary> | 1901 </summary> |
(...skipping 12045 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13940 <int value="12" label="Clicked to other NTP pane."/> | 13947 <int value="12" label="Clicked to other NTP pane."/> |
13941 <int value="13" label="Other action"/> | 13948 <int value="13" label="Other action"/> |
13942 </enum> | 13949 </enum> |
13943 | 13950 |
13944 <enum name="NtpOtherSessionsType" type="int"> | 13951 <enum name="NtpOtherSessionsType" type="int"> |
13945 <int value="0" label="Menu initialized"/> | 13952 <int value="0" label="Menu initialized"/> |
13946 <int value="1" label="Menu shown"/> | 13953 <int value="1" label="Menu shown"/> |
13947 <int value="2" label="Link clicked"/> | 13954 <int value="2" label="Link clicked"/> |
13948 <int value="3" label="Link context menu shown"/> | 13955 <int value="3" label="Link context menu shown"/> |
13949 <int value="4" label="Device context menu shown"/> | 13956 <int value="4" label="Device context menu shown"/> |
| 13957 <int value="5" label="Unused/previous device context menu shown"/> |
| 13958 <int value="6" label="Collapse Session"/> |
| 13959 <int value="7" label="Expand Session"/> |
| 13960 <int value="8" label="Open All"/> |
13950 </enum> | 13961 </enum> |
13951 | 13962 |
13952 <enum name="NtpPaneType" type="int"> | 13963 <enum name="NtpPaneType" type="int"> |
13953 <int value="1" label="MostVisited"/> | 13964 <int value="1" label="MostVisited"/> |
13954 <int value="2" label="Apps"/> | 13965 <int value="2" label="Apps"/> |
13955 <int value="3" label="Bookmarks"/> | 13966 <int value="3" label="Bookmarks"/> |
13956 <int value="4" label="Suggestions"/> | 13967 <int value="4" label="Suggestions"/> |
13957 </enum> | 13968 </enum> |
13958 | 13969 |
13959 <enum name="NtpPromoAction" type="int"> | 13970 <enum name="NtpPromoAction" type="int"> |
(...skipping 2972 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
16932 <group name="Disabled" label="Neither extra webstore link is visible"/> | 16943 <group name="Disabled" label="Neither extra webstore link is visible"/> |
16933 <group name="FooterLink" label="Link in bottom right of footer"/> | 16944 <group name="FooterLink" label="Link in bottom right of footer"/> |
16934 <group name="PlusIcon" label="Plus icon in apps page"/> | 16945 <group name="PlusIcon" label="Plus icon in apps page"/> |
16935 <affected-histogram name="Extensions.AppLaunch"/> | 16946 <affected-histogram name="Extensions.AppLaunch"/> |
16936 <affected-histogram name="NewTabPage.DefaultPageType"/> | 16947 <affected-histogram name="NewTabPage.DefaultPageType"/> |
16937 </fieldtrial> | 16948 </fieldtrial> |
16938 | 16949 |
16939 </fieldtrials> | 16950 </fieldtrials> |
16940 | 16951 |
16941 </histogram-configuration> | 16952 </histogram-configuration> |
OLD | NEW |