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

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: Address comments. 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 0b8814dcb5fa9038c933c872745555b49bd0dd77..60683ae7a3e1ac9720fbd39898ed96ac8db834ba 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -56570,6 +56570,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Search.GsaProcessMemoryPss" units="KB">
+ <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