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

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

Issue 134733019: Add perf histogram and tests for inline signin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « chrome/common/chrome_switches.cc ('k') | tools/perf/benchmarks/signin.py » ('j') | 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 a8ccf0229b1a109941ae667b6767d2cc6d158e5d..566bf303efd6140f6f5b4e03c640de9941f16311 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17336,6 +17336,20 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Signin.InlineUI.LoadAfterStartupDuration" units="milliseconds">
+ <summary>
+ How long it takes to load the inline login UI after startup, including the
+ gaia webview or iframe.
+ </summary>
+</histogram>
+
+<histogram name="Signin.InlineUI.LoadOnStartupDuration" units="milliseconds">
+ <summary>
+ How long it takes to load the inline login UI on startup, including the gaia
+ webview or iframe.
jar (doing other things) 2014/01/24 22:52:14 Can you expand on the prose to better distinguish
+ </summary>
+</histogram>
+
<histogram name="Signin.OneClickConfirmation" enum="SigninFlowConfirmations">
<summary>
Count of the ways users interact with the confirmation dialogs of the new
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | tools/perf/benchmarks/signin.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698