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

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

Issue 416313004: Move V8 histogram_suffixes section to the public repository as well. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 316fca0710846a55b33f734779e133b9d8726142..fa18cefce3d138212329051be6ee6daca1521f9d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -52060,6 +52060,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<affected-histogram name="Settings.TrackedSplitPreferenceChanged"/>
</histogram_suffixes>
+<histogram_suffixes name="V8SpecialApps" separator=".">
+ <suffix name="docs" label="Custom histogram for Google Docs"/>
+ <suffix name="gmail" label="Custom histogram for GMail"/>
+ <suffix name="plus" label="Custom histogram for Google+"/>
+ <affected-histogram name="V8.MemoryExternalFragmentationTotal"/>
+ <affected-histogram name="V8.MemoryHeapSampleTotalCommitted"/>
+ <affected-histogram name="V8.MemoryHeapSampleTotalUsed"/>
+</histogram_suffixes>
+
<histogram_suffixes name="WebFontFamily">
<suffix name="roboto" label="Roboto font"/>
<suffix name="opensans" label="Open Sans font"/>
« 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