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

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

Issue 2949923004: Reland: [Sync] Record sync memory usage in histogram broken by datatypes (Closed)
Patch Set: Fix linker error Created 3 years, 6 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 | « components/sync/syncable/directory.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 85b7dd528ba3e534bf70b569730d23877dcbec24..4d3064bd2c954f21d096408925c22116c3abcf20 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -75562,6 +75562,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Sync.ModelTypeMemoryKB" units="KB">
+ <owner>pavely@chromium.org</owner>
+ <summary>
+ Estimated memory usage by sync datatype in kilobytes. Recorded after sync
+ configuration.
+ </summary>
+</histogram>
+
<histogram name="Sync.ModelTypeStoreInitResult"
enum="SyncModelTypeStoreInitResult">
<owner>pavely@chromium.org</owner>
@@ -95561,6 +95569,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<suffix name="USER_EVENT" label="USER_EVENT"/>
<suffix name="WIFI_CREDENTIAL" label="WIFI_CREDENTIAL"/>
<affected-histogram name="Sync.ModelTypeCount"/>
+ <affected-histogram name="Sync.ModelTypeMemoryKB"/>
</histogram_suffixes>
<histogram_suffixes name="SyzygyStartupTime" separator="_">
« no previous file with comments | « components/sync/syncable/directory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698