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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1662763002: [ON HOLD] Implement pull-based design for content decoding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor common logic Created 4 years, 9 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index b4faeb548c3410f1719ca1a1cd9d299fb3495afb..0f881d6341328a7f5dda95fb966b160d9ae46d53 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3764,6 +3764,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Maximal amount of memory allocated by decoder.</summary>
</histogram>
+<histogram name="BrotliStreamSource.UsedMemoryKB" units="KiB">
+ <owner>eustas@chromium.org</owner>
+ <summary>Maximal amount of memory allocated by decoder.</summary>
+</histogram>
mmenke 2016/03/04 21:15:57 I don't think this belongs in this CL.
xunjieli 2016/04/20 19:16:11 Done.
+
<histogram name="BrowserRenderProcessHost.ChildCrashes" enum="RendererType">
<owner>wfh@chromium.org</owner>
<summary>Count of renderer process crashes grouped by type.</summary>
« net/url_request/url_request_job.cc ('K') | « net/url_request/url_request_job_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698