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

Issue 134733019: Add perf histogram and tests for inline signin (Closed)

Created:
6 years, 11 months ago by guohui
Modified:
6 years, 10 months ago
CC:
chromium-reviews, chrome-speed-team+watch_google.com, Ilya Sherman, arv+watch_chromium.org, asvitkine+watch_chromium.org, jar (doing other things), Fady Samuel
Visibility:
Public.

Description

Add perf histogram and tests for inline signin This CL adds a new histogram for measuring the total load time of inline login UI, and adds 3 telemetry tests based on the histogram. It also adds a new flag --force-signin-promo that forces showing the signin promo on startup for easier testing. BUG=336963

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+186 lines, -2 lines) Patch
M chrome/browser/resources/gaia_auth/main.js View 1 3 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/resources/gaia_auth_host/gaia_auth_host.js View 1 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/signin/signin_promo.cc View 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/signin/inline_login_handler.h View 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/signin/inline_login_handler.cc View 1 3 chunks +33 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +14 lines, -0 lines 1 comment Download
A tools/perf/benchmarks/signin.py View 1 1 chunk +28 lines, -0 lines 0 comments Download
A tools/perf/measurements/signin.py View 1 2 1 chunk +71 lines, -0 lines 0 comments Download
A tools/perf/page_sets/signin.json View 1 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
guohui
Hey, could you please take a look at the CL? dtu@ for tools/... xiyuan@ for ...
6 years, 11 months ago (2014-01-22 18:07:28 UTC) #1
xiyuan
Are we testing against real gaia server? It might not be a good idea to ...
6 years, 11 months ago (2014-01-22 20:49:28 UTC) #2
guohui
On 2014/01/22 20:49:28, xiyuan wrote: > Are we testing against real gaia server? It might ...
6 years, 11 months ago (2014-01-22 22:54:03 UTC) #3
xiyuan
On 2014/01/22 22:54:03, guohui wrote: > On 2014/01/22 20:49:28, xiyuan wrote: > > Are we ...
6 years, 11 months ago (2014-01-22 23:23:28 UTC) #4
Roger Tawa OOO till Jul 10th
lgtm
6 years, 11 months ago (2014-01-23 02:09:37 UTC) #5
guohui
Uploaded a new patch that records 4 histograms instead of 1. It splits the load ...
6 years, 11 months ago (2014-01-24 18:48:55 UTC) #6
jar (doing other things)
https://codereview.chromium.org/134733019/diff/280001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/134733019/diff/280001/tools/metrics/histograms/histograms.xml#newcode17349 tools/metrics/histograms/histograms.xml:17349: + webview or iframe. Can you expand on the ...
6 years, 11 months ago (2014-01-24 22:52:13 UTC) #7
guohui
6 years, 11 months ago (2014-01-25 22:26:19 UTC) #8
On 2014/01/24 22:52:13, jar wrote:
>
https://codereview.chromium.org/134733019/diff/280001/tools/metrics/histogram...
> File tools/metrics/histograms/histograms.xml (right):
> 
>
https://codereview.chromium.org/134733019/diff/280001/tools/metrics/histogram...
> tools/metrics/histograms/histograms.xml:17349: +    webview or iframe.
> Can you expand on the prose to better distinguish the pair of histograms?  I
> could barely find the difference in the text.
> 
> If you have to write a ton to be clearer, you *could* use a field trial to
have
> shared prose here, and the distinctive prose in the field trial for the two
> cases... but it is not that big a win with the current minimalist prose.

sorry have to put this CL on hold. The underlying implementation may completely
change ...

Powered by Google App Engine
This is Rietveld 408576698