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

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

Issue 1146813010: Introduce moderate binding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve Yaron's comments Created 5 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
« tools/metrics/actions/actions.xml ('K') | « tools/metrics/actions/actions.xml ('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 bd56cb27746bc01175dd333d21c9e0c028399842..e4edc642c385e4729c2f5c59dccd6728aed77fcf 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -268,6 +268,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Android.ModerateBindingCount">
Alexei Svitkine (slow) 2015/06/17 16:57:22 Nit: add units=
Jaekyun Seok (inactive) 2015/06/17 22:31:51 Done.
+ <owner>jaekyun@chromium.org</owner>
+ <summary>
+ The number of moderate bindings which were kept while Chrome process is in
+ the foreground.
Alexei Svitkine (slow) 2015/06/17 16:57:22 Mention when this is logged.
Jaekyun Seok (inactive) 2015/06/17 22:31:51 Done.
+ </summary>
+</histogram>
+
<histogram name="Android.SeccompStatus.Prctl" enum="AndroidSeccompStatus">
<owner>rsesek@chromium.org</owner>
<summary>
@@ -44046,6 +44054,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Tab.TotalTabCountBeforeLeavingApp">
Alexei Svitkine (slow) 2015/06/17 16:57:22 Nit: Add units=
Jaekyun Seok (inactive) 2015/06/17 22:31:51 Done.
+ <owner>jaekyun@chromium.org</owner>
+ <summary>
+ The total count of tabs which were kept while Chrome process is in the
+ foreground.
Alexei Svitkine (slow) 2015/06/17 16:57:22 Mention when this is logged.
Jaekyun Seok (inactive) 2015/06/17 22:31:51 Done.
+ </summary>
+</histogram>
+
<histogram name="Tabs.CountAtResume" units="tabs">
<owner>lliabraa@chromium.org</owner>
<summary>
« tools/metrics/actions/actions.xml ('K') | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698