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

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

Issue 1674593003: Collect separate V8 histograms for Calendar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/renderer/render_thread_impl.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 dcb59f5e894f2323b3c01fd64544cb754dbf12ea..19d68bc892a3a36d3e9553a3f9f88b17e42b8fd0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -86849,13 +86849,14 @@ To add a new entry, add it with any value and run test to compute valid value.
</histogram_suffixes>
<histogram_suffixes name="V8SpecialApps" separator=".">
+ <suffix name="calendar" label="Custom histogram for Calendar"/>
<suffix name="docs" label="Custom histogram for Google Docs and Drive"/>
<suffix name="gmail" label="Custom histogram for GMail"/>
<suffix name="inbox" label="Custom histogram for Inbox"/>
<suffix name="plus" label="Custom histogram for Google+"/>
- <suffix name="youtube" label="Custom histogram for Youtube"/>
<suffix name="top10"
label="Custom histogram for Alexa's Top10 non-Google sites"/>
+ <suffix name="youtube" label="Custom histogram for Youtube"/>
<affected-histogram name="V8.MemoryExternalFragmentationTotal"/>
<affected-histogram name="V8.MemoryHeapCommitted"/>
<affected-histogram name="V8.MemoryHeapSampleTotalCommitted"/>
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698