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

Issue 769873003: Add UMA Histogram Manager to Cronet. (Closed)

Created:
6 years ago by mef
Modified:
6 years ago
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Add UMA Histogram Manager to Cronet. BUG=428929

Patch Set 1 #

Patch Set 2 : Added HistogramManagerTest. #

Total comments: 8

Patch Set 3 : Build Raman's CL. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+388 lines, -30 lines) Patch
M components/components_tests.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/cronet.gypi View 1 2 4 chunks +5 lines, -0 lines 0 comments Download
M components/cronet/android/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/cronet/android/cronet_loader.cc View 2 chunks +2 lines, -0 lines 0 comments Download
A components/cronet/android/histogram_manager.h View 1 2 1 chunk +63 lines, -0 lines 0 comments Download
A components/cronet/android/histogram_manager.cc View 1 2 1 chunk +82 lines, -0 lines 0 comments Download
A components/cronet/android/java/src/org/chromium/net/HistogramManager.java View 1 1 chunk +25 lines, -0 lines 0 comments Download
A components/cronet/android/test/javatests/src/org/chromium/cronet_test_apk/HistogramManagerTest.java View 1 2 1 chunk +35 lines, -0 lines 0 comments Download
M components/cronet/android/test/src/org/chromium/cronet_test_apk/CronetTestActivity.java View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M components/metrics.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A components/metrics/histogram_encoder.h View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
A components/metrics/histogram_encoder.cc View 1 2 1 chunk +54 lines, -0 lines 0 comments Download
A components/metrics/histogram_encoder_unittest.cc View 1 2 1 chunk +84 lines, -0 lines 0 comments Download
M components/metrics/metrics_log.cc View 1 2 2 chunks +2 lines, -30 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
mef
Hi Alexei, could you take a look to check that I'm going in the right ...
6 years ago (2014-12-01 19:34:22 UTC) #2
Alexei Svitkine (slow)
Here's an initial set of comments. I think we can worry about pref service serialization ...
6 years ago (2014-12-03 16:46:53 UTC) #3
Alexei Svitkine (slow)
FYI: This is my last week of work for this year, afterwards I'll be away ...
6 years ago (2014-12-09 21:59:11 UTC) #4
ramant (doing other things)
On 2014/12/09 21:59:11, Alexei Svitkine wrote: > FYI: This is my last week of work ...
6 years ago (2014-12-10 03:38:43 UTC) #5
ramant (doing other things)
6 years ago (2014-12-10 03:39:46 UTC) #6
On 2014/12/10 03:38:43, ramant wrote:
> On 2014/12/09 21:59:11, Alexei Svitkine wrote:
> > FYI: This is my last week of work for this year, afterwards I'll be away on
> > vacation.
> > 
> > Happy to iterate on this review this week and get it landed before my
vacation
> > if you are too. :)
> 
> Hi Alexei,
>   I have made most of the changes you had suggested (used singleton. We could
> change it to a pointed in Java code). This is work in progress. Would like to
> add some more tests. I haven't tested cronet side of the code (will work mef
to
> do that). If these changes look ok, will add histograms to hostograms.xml

The following is the CL, where I made the changes (work in progress, will try to
complete it tomorrow with mef).

https://codereview.chromium.org/794493002/

Powered by Google App Engine
This is Rietveld 408576698