Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 1051353003: SDCH: add TimeWeightedMemoryUse (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't reset clock Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « net/sdch/sdch_owner_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 61f62be28d78e97b9c38adbccbdc846b838cc0ec..203bd948bfed327c0df7e3f5fa6cc09df006a06b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -34003,6 +34003,15 @@ 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 bytes. The
+ numerator is bytes of dictionary times seconds that dictionary was in
+ memory, and the denominator is seconds that the Chrome process lives.
+ </summary>
+</histogram>
+
<histogram name="Sdch3.UnflushedBufferSize" units="bytes">
<owner>rdsmith@chromium.org</owner>
<summary>
« no previous file with comments | « net/sdch/sdch_owner_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698