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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 984803002: content: Add histogram for discardable memory allocation size. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « content/child/child_discardable_shared_memory_manager.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 4fd69481473431e2954fa9b5ccbb37c6646fafb8..98099515c3d5b36245282b7d5682f4ccf8534bf8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -14066,6 +14066,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Memory.DiscardableAllocationSize" units="KB">
Alexei Svitkine (slow) 2015/03/09 14:15:44 Nit: Maybe name it Memory.DiscardableAllocationSiz
reveman 2015/03/09 15:12:40 There doesn't seem to be any general consistency i
Alexei Svitkine (slow) 2015/03/09 15:17:13 I think not all our dashboards show the units text
reveman 2015/03/09 15:24:16 Ok, thanks. Done.
+ <owner>reveman@chromium.org</owner>
+ <summary>
+ The discardable memory allocation size. Recorded each time a new discardable
+ memory instance is created.
+ </summary>
+</histogram>
+
<histogram name="Memory.Extension" units="KB">
<owner>hajimehoshi@chromium.org</owner>
<owner>kenjibaheux@google.com</owner>
« no previous file with comments | « content/child/child_discardable_shared_memory_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698