Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 60140b3367e41a614910052a1d7bdff63781a7fb..fb05fa92b8aefba7fed28f69e95e840f67ae8eab 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -16797,6 +16797,38 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| <summary>For each http cache transaction, the recorded pattern.</summary> |
| </histogram> |
| +<histogram name="HttpCache.Pattern.CSS" enum="HttpCachePattern"> |
|
rkaplow
2016/03/22 15:02:05
can you switch to using the histogram_suffix patte
jkarlin
2016/03/23 14:54:57
Done. Thanks!
|
| + <owner>jkarlin@chromium.org</owner> |
| + <summary> |
| + For each http cache transaction for a URL whose path ends with '.css', the |
| + recorded pattern. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="HttpCache.Pattern.HTML" enum="HttpCachePattern"> |
| + <owner>jkarlin@chromium.org</owner> |
| + <summary> |
| + For each http cache transaction for a URL whose path ends with '.html', the |
| + recorded pattern. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="HttpCache.Pattern.JavaScript" enum="HttpCachePattern"> |
| + <owner>jkarlin@chromium.org</owner> |
| + <summary> |
| + For each http cache transaction for a URL whose path ends with '.js', the |
| + recorded pattern. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="HttpCache.Pattern.JPG" enum="HttpCachePattern"> |
| + <owner>jkarlin@chromium.org</owner> |
| + <summary> |
| + For each http cache transaction for a URL whose path ends with '.jpg', the |
|
rkaplow
2016/03/22 15:02:05
i would change this comment to mention it also act
jkarlin
2016/03/23 14:54:57
this is now "HttpCache.Pattern.Image"
|
| + recorded pattern. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="HttpCache.PercentBeforeSend" units="%"> |
| <owner>gavinp@chromium.org</owner> |
| <summary> |