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

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

Issue 2950583003: [Sync] Record sync memory usage in histogram broken by datatypes (Closed)
Patch Set: Addressing Patrick's comments. 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 85b7dd528ba3e534bf70b569730d23877dcbec24..50ed0150c9169eb054b8923a58a1978b9dd4a46f 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">
Ilya Sherman 2017/06/20 20:03:35 Did you mean to list this histogram in some histog
pavely 2017/06/20 20:51:39 Right, forgot about it. Thanks. Done.
+ <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>
« components/sync/base/data_type_histogram.cc ('K') | « components/sync/syncable/directory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698