This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NOTRY=true BUG= Review URL: https://codereview.chromium.org/358683005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279802 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
1 parent
b058120
commit ba38129
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29936,6 +29936,54 @@ Therefore, the affected-histogram name has to have at least one dot in it. | |
<summary>Error codes returned by sqlite the web db.</summary> | ||
</histogram> | ||
|
||
<histogram name="Stars.Goog_Related" units="percent"> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
Percentage of clips with Google related urls (points to internal Google | ||
resources). Logs every time user goes to chrome://boomarks. | ||
</summary> | ||
</histogram> | ||
|
||
<histogram name="Stars.Goog_Related_20_Percent" units="percent"> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
Percentage of clips with Google related urls within first 20 (points to | ||
internal Google resources). Logs every time user goes to chrome://boomarks. | ||
</summary> | ||
</histogram> | ||
|
||
<histogram name="Stars.Images_Percent" units="percent"> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
Percentage of clips with images. Logs every time user goes to | ||
chrome://boomarks. | ||
</summary> | ||
</histogram> | ||
|
||
<histogram name="Stars.Images_Percent_First20" units="percent"> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
Percentage of clips with images within first 20. Logs every time user goes | ||
to chrome://boomarks. | ||
</summary> | ||
</histogram> | ||
|
||
<histogram name="Stars.No_Images_Snippets" units="percent"> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
Percentage of clips without images or snippets. Logs every time user goes to | ||
chrome://boomarks. | ||
</summary> | ||
</histogram> | ||
|
||
<histogram name="Stars.No_Img_No_Snippet_20_Percent" units="percent"> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
Percentage of clips without images or snippets within first 20. Logs every | ||
time user goes to chrome://boomarks. | ||
</summary> | ||
</histogram> | ||
|
||
<histogram name="Startup.AppListFirstPaintColdStart" units="milliseconds"> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
|