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

Issue 9559017: [UMA] Include field trial tuples in the UMA upload. (Closed)

Created:
8 years, 9 months ago by Ilya Sherman
Modified:
8 years, 9 months ago
CC:
chromium-reviews, MAD, Ilya Sherman, jar (doing other things), Alexei Svitkine (slow)
Visibility:
Public.

Description

[UMA] Include field trial tuples in the UMA upload. BUG=109817 TEST=unit_tests --gtest_filter=MetricsLogTest.* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124655

Patch Set 1 #

Total comments: 9

Patch Set 2 : Style nits #

Total comments: 4

Patch Set 3 : Mock out scree size/count code for testing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+176 lines, -72 lines) Patch
M chrome/browser/metrics/metrics_log.h View 1 2 2 chunks +19 lines, -0 lines 0 comments Download
M chrome/browser/metrics/metrics_log.cc View 1 2 16 chunks +56 lines, -23 lines 0 comments Download
M chrome/browser/metrics/metrics_log_unittest.cc View 1 2 2 chunks +86 lines, -43 lines 0 comments Download
M chrome/common/metrics/metrics_log_base.h View 1 3 chunks +12 lines, -3 lines 0 comments Download
M chrome/common/metrics/metrics_log_base.cc View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Ilya Sherman
8 years, 9 months ago (2012-03-01 04:02:31 UTC) #1
jar (doing other things)
https://chromiumcodereview.appspot.com/9559017/diff/1/chrome/browser/metrics/metrics_log.cc File chrome/browser/metrics/metrics_log.cc (right): https://chromiumcodereview.appspot.com/9559017/diff/1/chrome/browser/metrics/metrics_log.cc#newcode179 chrome/browser/metrics/metrics_log.cc:179: system_profile->add_field_trial(); personal style nit: This API seems strange to ...
8 years, 9 months ago (2012-03-01 05:32:42 UTC) #2
Ilya Sherman
https://chromiumcodereview.appspot.com/9559017/diff/1/chrome/browser/metrics/metrics_log.cc File chrome/browser/metrics/metrics_log.cc (right): https://chromiumcodereview.appspot.com/9559017/diff/1/chrome/browser/metrics/metrics_log.cc#newcode179 chrome/browser/metrics/metrics_log.cc:179: system_profile->add_field_trial(); On 2012/03/01 05:32:42, jar wrote: > personal style ...
8 years, 9 months ago (2012-03-01 06:41:50 UTC) #3
jar (doing other things)
<sigh>.. sorry to hear this is the interface you were given. Oh well. LGTM
8 years, 9 months ago (2012-03-01 07:07:16 UTC) #4
SteveT
Just a couple nits. Nicely done! C++ protobuf APIs are weird. LGTM. https://chromiumcodereview.appspot.com/9559017/diff/6001/chrome/browser/metrics/metrics_log.cc File chrome/browser/metrics/metrics_log.cc ...
8 years, 9 months ago (2012-03-01 14:59:53 UTC) #5
Ilya Sherman
https://chromiumcodereview.appspot.com/9559017/diff/6001/chrome/browser/metrics/metrics_log.cc File chrome/browser/metrics/metrics_log.cc (right): https://chromiumcodereview.appspot.com/9559017/diff/6001/chrome/browser/metrics/metrics_log.cc#newcode174 chrome/browser/metrics/metrics_log.cc:174: const std::vector<base::FieldTrial::NameGroupId>& field_trial_ids, On 2012/03/01 14:59:53, SteveT wrote: > ...
8 years, 9 months ago (2012-03-02 01:40:35 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/9559017/9006
8 years, 9 months ago (2012-03-02 02:49:27 UTC) #7
Ilya Sherman
(Note: I mocked out a bit more code for testing after y'allses LGTMs, but I'm ...
8 years, 9 months ago (2012-03-02 02:53:22 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/9559017/9006
8 years, 9 months ago (2012-03-02 08:21:36 UTC) #9
commit-bot: I haz the power
8 years, 9 months ago (2012-03-02 16:04:35 UTC) #10
Change committed as 124655

Powered by Google App Engine
This is Rietveld 408576698