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

Issue 2643213003: NQE: Add net log events when there is a significant change in metrics (Closed)

Created:
3 years, 11 months ago by tbansal1
Modified:
3 years, 11 months ago
Reviewers:
RyanSturm
CC:
chromium-reviews, cbentzel+watch_chromium.org, tbansal+watch-nqe_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

NQE: Add net log events when there is a significant change in metrics Add net log events for Network Quality Estimator (NQE) when there is a significant change in network quality metrics (e.g., RTT, bandwidth). Currently, the net log event is added only when there is a change in the effective connection type. This CL modifies the logic to add a net log event when there is a significant change in other metrics. Also, this CL refactors the code to make EventCreator a non-static class. BUG=676661 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester Review-Url: https://codereview.chromium.org/2643213003 Cr-Commit-Position: refs/heads/master@{#446319} Committed: https://chromium.googlesource.com/chromium/src/+/781262f98757b3e657a9089de7f98b9752482d09

Patch Set 1 : ps #

Total comments: 8

Patch Set 2 : ryansturm comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+179 lines, -42 lines) Patch
M net/nqe/event_creator.h View 1 2 chunks +33 lines, -11 lines 0 comments Download
M net/nqe/event_creator.cc View 1 1 chunk +39 lines, -9 lines 0 comments Download
M net/nqe/network_quality_estimator.h View 2 chunks +3 lines, -2 lines 0 comments Download
M net/nqe/network_quality_estimator.cc View 5 chunks +7 lines, -13 lines 0 comments Download
M net/nqe/network_quality_estimator_test_util.h View 1 chunk +8 lines, -0 lines 0 comments Download
M net/nqe/network_quality_estimator_test_util.cc View 1 chunk +32 lines, -0 lines 0 comments Download
M net/nqe/network_quality_estimator_unittest.cc View 4 chunks +57 lines, -7 lines 0 comments Download

Messages

Total messages: 36 (28 generated)
tbansal1
bengr: ptal. thanks.
3 years, 11 months ago (2017-01-23 20:44:49 UTC) #15
tbansal1
ryansturm: ptal. Thanks.
3 years, 11 months ago (2017-01-25 18:03:05 UTC) #19
RyanSturm
lgtm % nits https://codereview.chromium.org/2643213003/diff/80001/net/nqe/event_creator.cc File net/nqe/event_creator.cc (right): https://codereview.chromium.org/2643213003/diff/80001/net/nqe/event_creator.cc#newcode57 net/nqe/event_creator.cc:57: bool http_rtt_changed = (past_network_quality_.http_rtt() == InvalidRTT() ...
3 years, 11 months ago (2017-01-25 22:56:51 UTC) #20
tbansal1
https://codereview.chromium.org/2643213003/diff/80001/net/nqe/event_creator.cc File net/nqe/event_creator.cc (right): https://codereview.chromium.org/2643213003/diff/80001/net/nqe/event_creator.cc#newcode57 net/nqe/event_creator.cc:57: bool http_rtt_changed = (past_network_quality_.http_rtt() == InvalidRTT() && On 2017/01/25 ...
3 years, 11 months ago (2017-01-26 00:05:46 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2643213003/120001
3 years, 11 months ago (2017-01-26 03:45:19 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/220651)
3 years, 11 months ago (2017-01-26 06:18:12 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2643213003/120001
3 years, 11 months ago (2017-01-26 13:49:39 UTC) #33
commit-bot: I haz the power
3 years, 11 months ago (2017-01-26 14:22:04 UTC) #36
Message was sent while issue was closed.
Committed patchset #2 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/781262f98757b3e657a9089de7f9...

Powered by Google App Engine
This is Rietveld 408576698