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

Issue 1058333002: Multi-dimension rappor metrics (Closed)

Created:
5 years, 8 months ago by Steven Holte
Modified:
5 years, 7 months ago
CC:
chromium-reviews, asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Multi-dimension rappor metrics This adds support for collecting a set of flags along with a string sample. The two parts use seperate bits, so they can be analyzed both independently and as correlated metrics. BUG=

Patch Set 1 #

Total comments: 8

Patch Set 2 : Cleanup and add xml support #

Unified diffs Side-by-side diffs Delta from patch set Stats (+233 lines, -161 lines) Patch
M components/rappor/bloom_filter.h View 1 1 chunk +14 lines, -33 lines 0 comments Download
M components/rappor/bloom_filter.cc View 1 chunk +15 lines, -24 lines 0 comments Download
M components/rappor/bloom_filter_unittest.cc View 1 chunk +10 lines, -30 lines 0 comments Download
M components/rappor/rappor_metric.h View 1 3 chunks +24 lines, -13 lines 0 comments Download
M components/rappor/rappor_metric.cc View 1 2 chunks +33 lines, -14 lines 0 comments Download
M components/rappor/rappor_metric_unittest.cc View 1 2 chunks +13 lines, -11 lines 0 comments Download
M components/rappor/rappor_parameters.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M components/rappor/rappor_service.h View 1 6 chunks +28 lines, -9 lines 0 comments Download
M components/rappor/rappor_service.cc View 1 4 chunks +47 lines, -14 lines 0 comments Download
M components/rappor/rappor_service_unittest.cc View 1 5 chunks +8 lines, -8 lines 0 comments Download
M tools/metrics/common/models.py View 1 1 chunk +2 lines, -1 line 0 comments Download
M tools/metrics/rappor/pretty_print.py View 1 2 chunks +21 lines, -1 line 0 comments Download
M tools/metrics/rappor/pretty_print_test.py View 1 3 chunks +15 lines, -3 lines 0 comments Download

Messages

Total messages: 12 (1 generated)
Steven Holte
5 years, 8 months ago (2015-04-03 22:30:29 UTC) #2
Steven Holte
On 2015/04/03 22:30:29, Steven Holte wrote: Any thought interface?
5 years, 8 months ago (2015-04-09 17:31:35 UTC) #3
Steven Holte
On 2015/04/09 17:31:35, Steven Holte wrote: > On 2015/04/03 22:30:29, Steven Holte wrote: > > ...
5 years, 8 months ago (2015-04-09 17:32:08 UTC) #4
Alexei Svitkine (slow)
Sorry, this slipped by my radar. I'll take a look today. On Thu, Apr 9, ...
5 years, 8 months ago (2015-04-09 17:38:34 UTC) #5
Alexei Svitkine (slow)
Hey Steve, I guess I don't understand the use case for this - and since ...
5 years, 8 months ago (2015-04-09 19:20:31 UTC) #6
Steven Holte
On 2015/04/09 19:20:31, Alexei Svitkine wrote: > Hey Steve, > > I guess I don't ...
5 years, 8 months ago (2015-04-09 19:36:10 UTC) #7
Alexei Svitkine (slow)
API makes sense to me for the use case you mentioned, some initial comments but ...
5 years, 8 months ago (2015-04-09 21:25:03 UTC) #8
Steven Holte
https://codereview.chromium.org/1058333002/diff/1/components/rappor/rappor_parameters.h File components/rappor/rappor_parameters.h (right): https://codereview.chromium.org/1058333002/diff/1/components/rappor/rappor_parameters.h#newcode51 components/rappor/rappor_parameters.h:51: // The number of flag bits this metric contains. ...
5 years, 8 months ago (2015-04-14 20:07:38 UTC) #9
lgarron
On 2015/04/14 at 20:07:38, holte wrote: > https://codereview.chromium.org/1058333002/diff/1/components/rappor/rappor_parameters.h > File components/rappor/rappor_parameters.h (right): > > https://codereview.chromium.org/1058333002/diff/1/components/rappor/rappor_parameters.h#newcode51 ...
5 years, 8 months ago (2015-04-17 22:52:09 UTC) #10
Alexei Svitkine (slow)
I think we're going with an alternative API that Steve implemented here: https://codereview.chromium.org/1090683003/ On Fri, ...
5 years, 8 months ago (2015-04-20 17:20:03 UTC) #11
Steven Holte
5 years, 7 months ago (2015-04-28 19:05:02 UTC) #12

Powered by Google App Engine
This is Rietveld 408576698