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

Issue 10996067: Measure and log the latency of VariationsService requests. (Closed)

Created:
8 years, 2 months ago by SteveT
Modified:
8 years, 2 months ago
Reviewers:
Ilya Sherman, jwd
CC:
chromium-reviews, MAD, Ilya Sherman, jar (doing other things)
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Measure and log the latency of VariationsService requests. TEST=Start Chrome, navigate to about:histograms, and ensure that there is an entry for Variations.RequestSuccessLatency or Variations.RequestNonSuccessLatency. BUG=152958 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=159989

Patch Set 1 #

Patch Set 2 : Fetch NotModified, Success, and Other #

Patch Set 3 : rebase #

Total comments: 4

Patch Set 4 : Medium times and no helper #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -0 lines) Patch
M chrome/browser/metrics/variations/variations_service.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/metrics/variations/variations_service.cc View 1 2 3 2 chunks +10 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
SteveT
Not quite done yet... What do you think about these options: 1) Logging just the ...
8 years, 2 months ago (2012-09-28 18:44:27 UTC) #1
Alexei Svitkine (slow)
I'm okay with 3. I think its reasonable to monitor these over time (e.g. if ...
8 years, 2 months ago (2012-09-28 18:56:27 UTC) #2
SteveT
Okay, here is a stab at doing all three. I suppose that we can observe ...
8 years, 2 months ago (2012-09-28 19:11:27 UTC) #3
SteveT
Friendly neighbourhood spider ping.
8 years, 2 months ago (2012-10-02 14:38:32 UTC) #4
jwd
On 2012/10/02 14:38:32, SteveT wrote: > Friendly neighbourhood spider ping. LGTM
8 years, 2 months ago (2012-10-02 20:54:19 UTC) #5
Ilya Sherman
http://codereview.chromium.org/10996067/diff/7003/chrome/browser/metrics/variations/variations_service.cc File chrome/browser/metrics/variations/variations_service.cc (right): http://codereview.chromium.org/10996067/diff/7003/chrome/browser/metrics/variations/variations_service.cc#newcode101 chrome/browser/metrics/variations/variations_service.cc:101: UMA_HISTOGRAM_CUSTOM_TIMES(name, This won't work. The name passed to any ...
8 years, 2 months ago (2012-10-02 21:09:32 UTC) #6
SteveT
PTAL. http://codereview.chromium.org/10996067/diff/7003/chrome/browser/metrics/variations/variations_service.cc File chrome/browser/metrics/variations/variations_service.cc (right): http://codereview.chromium.org/10996067/diff/7003/chrome/browser/metrics/variations/variations_service.cc#newcode101 chrome/browser/metrics/variations/variations_service.cc:101: UMA_HISTOGRAM_CUSTOM_TIMES(name, Darn, okay. It was odd that my ...
8 years, 2 months ago (2012-10-03 19:51:33 UTC) #7
Ilya Sherman
LGTM, thanks :)
8 years, 2 months ago (2012-10-03 20:15:12 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stevet@chromium.org/10996067/17001
8 years, 2 months ago (2012-10-03 20:16:00 UTC) #9
commit-bot: I haz the power
8 years, 2 months ago (2012-10-03 22:11:58 UTC) #10
Change committed as 159989

Powered by Google App Engine
This is Rietveld 408576698