Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Added new Stars histograms
Browse files Browse the repository at this point in the history
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
[email protected] committed Jun 25, 2014
1 parent b058120 commit ba38129
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions tools/metrics/histograms/histograms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ba38129

Please sign in to comment.