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

Issue 2296543002: Quantify initial stability report edge cases. (Closed)

Created:
4 years, 3 months ago by manzagop (departed)
Modified:
4 years, 3 months ago
CC:
chromium-reviews, asvitkine+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Quantify initial stability report edge cases. BUG=415982 Committed: https://crrev.com/ea99d195854d89efe7bebb318c2448cb94f0befc Cr-Commit-Position: refs/heads/master@{#417433}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Merge #

Patch Set 3 : Switch to histograms #

Patch Set 4 : Drop stray comment #

Patch Set 5 : Fix unittests #

Total comments: 15

Patch Set 6 : Address comments #

Total comments: 4

Patch Set 7 : Address patch 6 comments #

Total comments: 2

Patch Set 8 : Revise horizontal whitespace in histogram_macros.h #

Total comments: 2

Patch Set 9 : Change a metric's name #

Unified diffs Side-by-side diffs Delta from patch set Stats (+161 lines, -35 lines) Patch
M base/metrics/histogram_macros.h View 1 2 3 4 5 6 7 3 chunks +30 lines, -12 lines 0 comments Download
M components/metrics/metrics_log.h View 1 2 3 4 5 1 chunk +5 lines, -3 lines 0 comments Download
M components/metrics/metrics_log.cc View 1 2 3 4 5 6 7 8 5 chunks +41 lines, -6 lines 0 comments Download
M components/metrics/metrics_log_unittest.cc View 1 2 3 4 3 chunks +10 lines, -3 lines 0 comments Download
M components/metrics/metrics_pref_names.h View 2 chunks +3 lines, -0 lines 0 comments Download
M components/metrics/metrics_pref_names.cc View 1 2 2 chunks +15 lines, -0 lines 0 comments Download
M components/metrics/metrics_service.h View 1 2 3 4 5 1 chunk +4 lines, -3 lines 0 comments Download
M components/metrics/metrics_service.cc View 1 2 3 4 5 6 chunks +25 lines, -8 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 1 chunk +28 lines, -0 lines 0 comments Download

Messages

Total messages: 40 (24 generated)
manzagop (departed)
Hi asvitkine@, I still need to polish/actually try it, but sending early to make sure ...
4 years, 3 months ago (2016-08-30 01:08:30 UTC) #2
Alexei Svitkine (slow)
https://codereview.chromium.org/2296543002/diff/1/components/metrics/metrics_log.cc File components/metrics/metrics_log.cc (right): https://codereview.chromium.org/2296543002/diff/1/components/metrics/metrics_log.cc#newcode221 components/metrics/metrics_log.cc:221: if (incomplete_shutdown_count) Maybe break this out in a separate ...
4 years, 3 months ago (2016-08-30 21:25:59 UTC) #3
manzagop (departed)
I've switched to histograms. Please have another look! https://chromiumcodereview.appspot.com/2296543002/diff/1/components/metrics/metrics_log.cc File components/metrics/metrics_log.cc (right): https://chromiumcodereview.appspot.com/2296543002/diff/1/components/metrics/metrics_log.cc#newcode221 components/metrics/metrics_log.cc:221: if ...
4 years, 3 months ago (2016-09-01 21:26:56 UTC) #10
Alexei Svitkine (slow)
https://chromiumcodereview.appspot.com/2296543002/diff/80001/components/metrics/metrics_log.cc File components/metrics/metrics_log.cc (right): https://chromiumcodereview.appspot.com/2296543002/diff/80001/components/metrics/metrics_log.cc#newcode254 components/metrics/metrics_log.cc:254: UMA_HISTOGRAM_COUNTS_100("Stability.InitialStabilityLog.DeferredCount", If you want these to be logged in ...
4 years, 3 months ago (2016-09-02 17:57:49 UTC) #13
manzagop (departed)
Addressed comments! Please have another look. https://chromiumcodereview.appspot.com/2296543002/diff/80001/components/metrics/metrics_log.cc File components/metrics/metrics_log.cc (right): https://chromiumcodereview.appspot.com/2296543002/diff/80001/components/metrics/metrics_log.cc#newcode254 components/metrics/metrics_log.cc:254: UMA_HISTOGRAM_COUNTS_100("Stability.InitialStabilityLog.DeferredCount", On 2016/09/02 ...
4 years, 3 months ago (2016-09-02 21:00:06 UTC) #17
Alexei Svitkine (slow)
Sorry for the delay. LGTM % comments. https://codereview.chromium.org/2296543002/diff/80001/components/metrics/metrics_log.cc File components/metrics/metrics_log.cc (right): https://codereview.chromium.org/2296543002/diff/80001/components/metrics/metrics_log.cc#newcode261 components/metrics/metrics_log.cc:261: UMA_HISTOGRAM_COUNTS_100("Stability.InitialStabilityLog.DiscardCount", On ...
4 years, 3 months ago (2016-09-08 18:41:12 UTC) #20
manzagop (departed)
Addressed commments. Might be worth another quick look, to be on the safe side (esp. ...
4 years, 3 months ago (2016-09-08 20:54:30 UTC) #23
Alexei Svitkine (slow)
still LGTM % comment https://codereview.chromium.org/2296543002/diff/140001/base/metrics/histogram_macros.h File base/metrics/histogram_macros.h (right): https://codereview.chromium.org/2296543002/diff/140001/base/metrics/histogram_macros.h#newcode143 base/metrics/histogram_macros.h:143: INTERNAL_HISTOGRAM_CUSTOM_COUNTS_WITH_FLAG( \ Nit: Your indents ...
4 years, 3 months ago (2016-09-08 21:00:41 UTC) #24
manzagop (departed)
Thanks! Did you want to give a final peek? https://codereview.chromium.org/2296543002/diff/140001/base/metrics/histogram_macros.h File base/metrics/histogram_macros.h (right): https://codereview.chromium.org/2296543002/diff/140001/base/metrics/histogram_macros.h#newcode143 base/metrics/histogram_macros.h:143: ...
4 years, 3 months ago (2016-09-08 21:22:24 UTC) #27
Alexei Svitkine (slow)
lgtm % comment https://codereview.chromium.org/2296543002/diff/160001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2296543002/diff/160001/tools/metrics/histograms/histograms.xml#newcode57746 tools/metrics/histograms/histograms.xml:57746: +<histogram name="Stability.InitialStabilityLog.VersionMismatchCount" Sorry, I should have ...
4 years, 3 months ago (2016-09-08 21:25:56 UTC) #28
manzagop (departed)
Converging! Another look? https://codereview.chromium.org/2296543002/diff/160001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2296543002/diff/160001/tools/metrics/histograms/histograms.xml#newcode57746 tools/metrics/histograms/histograms.xml:57746: +<histogram name="Stability.InitialStabilityLog.VersionMismatchCount" On 2016/09/08 21:25:55, Alexei ...
4 years, 3 months ago (2016-09-08 21:40:20 UTC) #31
Alexei Svitkine (slow)
lgtm
4 years, 3 months ago (2016-09-08 21:41:05 UTC) #32
manzagop (departed)
Thanks for the review!
4 years, 3 months ago (2016-09-08 23:10:08 UTC) #36
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/2296543002/180001
4 years, 3 months ago (2016-09-08 23:10:16 UTC) #37
commit-bot: I haz the power
Committed patchset #9 (id:180001)
4 years, 3 months ago (2016-09-08 23:40:25 UTC) #38
commit-bot: I haz the power
4 years, 3 months ago (2016-09-08 23:41:45 UTC) #40
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/ea99d195854d89efe7bebb318c2448cb94f0befc
Cr-Commit-Position: refs/heads/master@{#417433}

Powered by Google App Engine
This is Rietveld 408576698