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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1051203002: Add a UMA to measure the amount of memory consumed in PartitionAlloc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | 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 d8eac6514bb9c68a388ff87b5af64508b35737aa..8d92bc5a1f53423639a6ba01af8519f7d1ee12f6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -24851,6 +24851,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="PartitionAlloc.CommittedSize" units="MB">
+ <owner>haraken@chromium.org</owner>
+ <summary>The committed memory size in PartitionAlloc.</summary>
Ilya Sherman 2015/04/02 17:10:04 Please document when this is recorded.
+</histogram>
+
<histogram name="PasswordBubble.DisplayDisposition"
enum="PasswordBubbleDisplayDisposition">
<owner>mkwst@chromium.org</owner>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698