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

Issue 14060013: Add UMA stats to track whitelist download latency. (Closed)

Created:
7 years, 8 months ago by benquan
Modified:
7 years, 8 months ago
CC:
chromium-reviews, Raman Kakilate, jar (doing other things), benquan, dhollowa+watch_chromium.org, ahutter, browser-components-watch_chromium.org, dbeam+watch-autofill_chromium.org, MAD, Dane Wallinga, dyu1, estade+watch_chromium.org, Albert Bodenhamer, Ilya Sherman
Visibility:
Public.

Description

Add UMA stats to track whitelist download latency. BUG=232274 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194777

Patch Set 1 #

Total comments: 43

Patch Set 2 : rename variables and update comments. #

Total comments: 2

Patch Set 3 : move UMA tracking code out of the if/else block. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -0 lines) Patch
M components/autofill/browser/autocheckout/whitelist_manager.h View 1 3 chunks +11 lines, -0 lines 0 comments Download
M components/autofill/browser/autocheckout/whitelist_manager.cc View 1 2 2 chunks +14 lines, -0 lines 0 comments Download
M components/autofill/browser/autocheckout/whitelist_manager_unittest.cc View 1 5 chunks +28 lines, -0 lines 0 comments Download
M components/autofill/browser/autofill_metrics.h View 1 2 chunks +11 lines, -0 lines 0 comments Download
M components/autofill/browser/autofill_metrics.cc View 1 1 chunk +19 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
benquan
7 years, 8 months ago (2013-04-16 17:46:57 UTC) #1
ahutter
https://codereview.chromium.org/14060013/diff/1/components/autofill/browser/autocheckout/whitelist_manager.h File components/autofill/browser/autocheckout/whitelist_manager.h (right): https://codereview.chromium.org/14060013/diff/1/components/autofill/browser/autocheckout/whitelist_manager.h#newcode53 components/autofill/browser/autocheckout/whitelist_manager.h:53: // Returns the |AutofillMetrics| instance that should be used ...
7 years, 8 months ago (2013-04-16 17:56:54 UTC) #2
jar (doing other things)
https://codereview.chromium.org/14060013/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/14060013/diff/1/tools/metrics/histograms/histograms.xml#newcode168 tools/metrics/histograms/histograms.xml:168: <histogram name="Autocheckout.WhitelistDownloadDuration.Failed" units="ms"> nit: better would be to define ...
7 years, 8 months ago (2013-04-16 18:53:14 UTC) #3
Ilya Sherman
FWIW, crbug.com seems to be back up right now https://codereview.chromium.org/14060013/diff/1/components/autofill/browser/autocheckout/whitelist_manager.cc File components/autofill/browser/autocheckout/whitelist_manager.cc (right): https://codereview.chromium.org/14060013/diff/1/components/autofill/browser/autocheckout/whitelist_manager.cc#newcode113 components/autofill/browser/autocheckout/whitelist_manager.cc:113: ...
7 years, 8 months ago (2013-04-17 00:18:01 UTC) #4
benquan
https://codereview.chromium.org/14060013/diff/1/components/autofill/browser/autocheckout/whitelist_manager.cc File components/autofill/browser/autocheckout/whitelist_manager.cc (right): https://codereview.chromium.org/14060013/diff/1/components/autofill/browser/autocheckout/whitelist_manager.cc#newcode113 components/autofill/browser/autocheckout/whitelist_manager.cc:113: AutofillMetrics::WHITELIST_DOWNLOAD_FAILED); On 2013/04/17 00:18:01, Ilya Sherman wrote: > nit: ...
7 years, 8 months ago (2013-04-17 01:51:30 UTC) #5
Ilya Sherman
https://codereview.chromium.org/14060013/diff/1/components/autofill/browser/autocheckout/whitelist_manager.cc File components/autofill/browser/autocheckout/whitelist_manager.cc (right): https://codereview.chromium.org/14060013/diff/1/components/autofill/browser/autocheckout/whitelist_manager.cc#newcode113 components/autofill/browser/autocheckout/whitelist_manager.cc:113: AutofillMetrics::WHITELIST_DOWNLOAD_FAILED); On 2013/04/17 01:51:30, benquan wrote: > On 2013/04/17 ...
7 years, 8 months ago (2013-04-17 05:01:47 UTC) #6
Ilya Sherman
Oh, and LGTM with the nits addressed.
7 years, 8 months ago (2013-04-17 05:02:18 UTC) #7
benquan
https://codereview.chromium.org/14060013/diff/1/components/autofill/browser/autocheckout/whitelist_manager.cc File components/autofill/browser/autocheckout/whitelist_manager.cc (right): https://codereview.chromium.org/14060013/diff/1/components/autofill/browser/autocheckout/whitelist_manager.cc#newcode113 components/autofill/browser/autocheckout/whitelist_manager.cc:113: AutofillMetrics::WHITELIST_DOWNLOAD_FAILED); On 2013/04/17 05:01:48, Ilya Sherman wrote: > On ...
7 years, 8 months ago (2013-04-17 05:48:18 UTC) #8
Raman Kakilate
lgtm
7 years, 8 months ago (2013-04-17 17:15:35 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benquan@chromium.org/14060013/15002
7 years, 8 months ago (2013-04-18 00:40:41 UTC) #10
commit-bot: I haz the power
7 years, 8 months ago (2013-04-18 05:14:50 UTC) #11
Message was sent while issue was closed.
Change committed as 194777

Powered by Google App Engine
This is Rietveld 408576698