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

Issue 2546273002: Record DRP histogram on how long back savings were cleared (Closed)

Created:
4 years ago by tbansal1
Modified:
4 years ago
CC:
chromium-reviews, tbansal+watch-data-reduction-proxy_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Record DRP histogram on how long back savings were cleared Record Data Reduction Proxy (DRP) histogram on how long back savings were automatically cleared because the system clock moved back. If this happens too frequently, then we will need to add a mechanism to get around this. This would also help in debugging 0% savings feedback reports. BUG=658354 Committed: https://crrev.com/2c3ecceea409b42c873949bac0aa1acaa80451e3 Cr-Commit-Position: refs/heads/master@{#438011}

Patch Set 1 : ps #

Total comments: 6

Patch Set 2 : asvitkine comments #

Total comments: 2

Patch Set 3 : asvitkine comments #

Patch Set 4 : Rebased #

Messages

Total messages: 42 (26 generated)
tbansal1
ryansturm: ptal. Thanks.
4 years ago (2016-12-05 17:42:53 UTC) #15
RyanSturm
https://codereview.chromium.org/2546273002/diff/40001/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc (right): https://codereview.chromium.org/2546273002/diff/40001/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc#newcode285 components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc:285: "DataReductionProxy.DaysSinceSavingsCleared.NegativeSystemClock", What do you expect to get out of ...
4 years ago (2016-12-06 18:19:33 UTC) #16
tbansal1
https://codereview.chromium.org/2546273002/diff/40001/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc (right): https://codereview.chromium.org/2546273002/diff/40001/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc#newcode285 components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc:285: "DataReductionProxy.DaysSinceSavingsCleared.NegativeSystemClock", On 2016/12/06 18:19:33, Ryan Sturm wrote: > What ...
4 years ago (2016-12-06 18:29:12 UTC) #17
RyanSturm
On 2016/12/06 18:29:12, tbansal1 wrote: > https://codereview.chromium.org/2546273002/diff/40001/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc > File > components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc > (right): > > ...
4 years ago (2016-12-06 18:30:05 UTC) #18
tbansal1
asvitkine: ptal at histograms.xml. Thanks.
4 years ago (2016-12-06 19:07:22 UTC) #20
Alexei Svitkine (slow)
https://codereview.chromium.org/2546273002/diff/40001/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc (right): https://codereview.chromium.org/2546273002/diff/40001/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc#newcode940 components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc:940: 0, 0, 365, 50); Seems strange that you're recording ...
4 years ago (2016-12-07 16:47:27 UTC) #22
tbansal1
asvitkine: ptal. https://codereview.chromium.org/2546273002/diff/40001/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc (right): https://codereview.chromium.org/2546273002/diff/40001/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc#newcode940 components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc:940: 0, 0, 365, 50); On 2016/12/07 16:47:27, ...
4 years ago (2016-12-08 00:23:20 UTC) #25
RyanSturm
This makes more sense now. Thanks for the changes.
4 years ago (2016-12-08 00:29:52 UTC) #26
Alexei Svitkine (slow)
https://codereview.chromium.org/2546273002/diff/120001/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc (right): https://codereview.chromium.org/2546273002/diff/120001/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc#newcode938 components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc:938: "DataReductionProxy.CountSavingsCleared.NegativeSystemClock", 1, 2); I think logging this in isolation ...
4 years ago (2016-12-08 21:24:24 UTC) #27
tbansal1
https://codereview.chromium.org/2546273002/diff/120001/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc (right): https://codereview.chromium.org/2546273002/diff/120001/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc#newcode938 components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc:938: "DataReductionProxy.CountSavingsCleared.NegativeSystemClock", 1, 2); On 2016/12/08 21:24:24, Alexei Svitkine (slow) ...
4 years ago (2016-12-08 21:47:16 UTC) #28
Alexei Svitkine (slow)
The best practice is to have the data all in one histogram. On Thu, Dec ...
4 years ago (2016-12-08 22:05:41 UTC) #29
tbansal1
asvitkine: ptal. Thanks.
4 years ago (2016-12-09 23:47:49 UTC) #33
Alexei Svitkine (slow)
lgtm
4 years ago (2016-12-12 20:06:25 UTC) #34
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/2546273002/220001
4 years ago (2016-12-12 23:21:31 UTC) #37
commit-bot: I haz the power
Committed patchset #4 (id:220001)
4 years ago (2016-12-13 03:05:50 UTC) #40
commit-bot: I haz the power
4 years ago (2016-12-13 03:07:56 UTC) #42
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/2c3ecceea409b42c873949bac0aa1acaa80451e3
Cr-Commit-Position: refs/heads/master@{#438011}

Powered by Google App Engine
This is Rietveld 408576698