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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2477513004: android: Record the memory size of the GSA process. (Closed)
Patch Set: . Created 4 years, 1 month 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 | « chrome/android/javatests/src/org/chromium/chrome/browser/gsa/GSAServiceClientTest.java ('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 9a562b9b3b442026c963a302256de0a034ac4060..0e910f7aaa379d712ccc02fb658980ac36c123e1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -56347,6 +56347,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Search.GsaProcessMemoryPss" units="KB">
Alexei Svitkine (slow) 2016/11/04 17:25:03 I feel like it may be better to nest this under An
Benoit L 2016/11/07 13:43:11 This is very closely related to Search.GsaBroadcas
+ <owner>lizeb@chromium.org</owner>
+ <summary>
+ On Android, when Chrome connects to a bound service exposed by GSA, the
+ memory footprint of the GSA process in KB, as measured by PSS. Reported at
+ most once per Chrome startup.
+ </summary>
+</histogram>
+
<histogram name="Search.MigratedPrefToDictionaryValue" enum="BooleanHit">
<owner>caitkp@chromium.org</owner>
<summary>
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/gsa/GSAServiceClientTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698