| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 61f62be28d78e97b9c38adbccbdc846b838cc0ec..862aa36b7ce1524cbc05b431b972c1502b56a376 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -34003,6 +34003,16 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Sdch3.TimeWeightedMemoryUse" units="bytes">
|
| + <owner>ellyjones@chromium.org</owner>
|
| + <summary>
|
| + Measures the time-weighted memory use of SDCH dictionaries, in byte-seconds
|
| + per second. The numerator is bytes of dictionary times seconds that
|
| + dictionary was in memory, and the denominator is seconds that this Chrome
|
| + process has been alive.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Sdch3.UnflushedBufferSize" units="bytes">
|
| <owner>rdsmith@chromium.org</owner>
|
| <summary>
|
|
|