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

Issue 2635303002: Create 'errors' histogram for failures. (Closed)

Created:
3 years, 11 months ago by bcwhite
Modified:
3 years, 11 months ago
CC:
chromium-reviews, asvitkine+watch_chromium.org, vmpstr+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Create 'errors' histogram for failures. BUG=671649 Review-Url: https://codereview.chromium.org/2635303002 Cr-Commit-Position: refs/heads/master@{#446037} Committed: https://chromium.googlesource.com/chromium/src/+/cc51fdc84d9c63e481dabbcdb7710d26e685940e

Patch Set 1 #

Total comments: 3

Patch Set 2 : add support for ordering=prefix,N and use that for allocator histograms #

Total comments: 6

Patch Set 3 : addressed review comments by asvitkine #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -185 lines) Patch
M base/metrics/persistent_memory_allocator.h View 2 chunks +7 lines, -2 lines 0 comments Download
M base/metrics/persistent_memory_allocator.cc View 6 chunks +31 lines, -9 lines 0 comments Download
M tools/metrics/histograms/extract_histograms.py View 1 2 2 chunks +13 lines, -6 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 4 chunks +72 lines, -168 lines 0 comments Download

Messages

Total messages: 30 (15 generated)
bcwhite
3 years, 11 months ago (2017-01-17 20:00:11 UTC) #4
Alexei Svitkine (slow)
https://codereview.chromium.org/2635303002/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2635303002/diff/1/tools/metrics/histograms/histograms.xml#newcode69832 tools/metrics/histograms/histograms.xml:69832: +<histogram name="UMA.PersistentAllocator.BrowserMetrics.Errors" Can these definitions be re-organized using <histogram-suffixes>? ...
3 years, 11 months ago (2017-01-17 20:09:27 UTC) #7
bcwhite
https://codereview.chromium.org/2635303002/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2635303002/diff/1/tools/metrics/histograms/histograms.xml#newcode69832 tools/metrics/histograms/histograms.xml:69832: +<histogram name="UMA.PersistentAllocator.BrowserMetrics.Errors" On 2017/01/17 20:09:27, Alexei Svitkine (slow) wrote: ...
3 years, 11 months ago (2017-01-17 20:28:49 UTC) #8
bcwhite
https://codereview.chromium.org/2635303002/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2635303002/diff/1/tools/metrics/histograms/histograms.xml#newcode69832 tools/metrics/histograms/histograms.xml:69832: +<histogram name="UMA.PersistentAllocator.BrowserMetrics.Errors" On 2017/01/17 20:28:49, bcwhite wrote: > On ...
3 years, 11 months ago (2017-01-17 20:45:03 UTC) #9
Alexei Svitkine (slow)
We can either switch to the new ordering for the new histograms (i.e. have the ...
3 years, 11 months ago (2017-01-17 20:49:52 UTC) #10
Alexei Svitkine (slow)
Or maybe just have it be part of the order attr - e.g. ordering="prefix,2". On ...
3 years, 11 months ago (2017-01-17 22:06:39 UTC) #11
bcwhite
ordering=prefix,N it is. I've manually tested that this change does not alter the output of ...
3 years, 11 months ago (2017-01-18 18:17:42 UTC) #14
Alexei Svitkine (slow)
I think that's correct. I think fieldtrial_* were old names for suffixes and (histogram_suffixes used ...
3 years, 11 months ago (2017-01-18 18:38:36 UTC) #15
Alexei Svitkine (slow)
Looks great - just a few comments. https://codereview.chromium.org/2635303002/diff/20001/tools/metrics/histograms/extract_histograms.py File tools/metrics/histograms/extract_histograms.py (right): https://codereview.chromium.org/2635303002/diff/20001/tools/metrics/histograms/extract_histograms.py#newcode145 tools/metrics/histograms/extract_histograms.py:145: parts = ...
3 years, 11 months ago (2017-01-18 18:46:59 UTC) #16
bcwhite
https://codereview.chromium.org/2635303002/diff/20001/tools/metrics/histograms/extract_histograms.py File tools/metrics/histograms/extract_histograms.py (right): https://codereview.chromium.org/2635303002/diff/20001/tools/metrics/histograms/extract_histograms.py#newcode145 tools/metrics/histograms/extract_histograms.py:145: parts = ordering.split(',') On 2017/01/18 18:46:59, Alexei Svitkine (slow) ...
3 years, 11 months ago (2017-01-18 19:06:59 UTC) #19
Alexei Svitkine (slow)
lgtm Please don't submit until the internal changes are in and made it into production ...
3 years, 11 months ago (2017-01-18 19:10:25 UTC) #20
bcwhite
On 2017/01/18 19:10:25, Alexei Svitkine (slow) wrote: > lgtm > > Please don't submit until ...
3 years, 11 months ago (2017-01-25 13:24:59 UTC) #23
Alexei Svitkine (slow)
Yes, looks like the server-side changes have been picked up.
3 years, 11 months ago (2017-01-25 15:29:20 UTC) #25
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/2635303002/40001
3 years, 11 months ago (2017-01-25 15:42:38 UTC) #27
commit-bot: I haz the power
3 years, 11 months ago (2017-01-25 16:46:06 UTC) #30
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/cc51fdc84d9c63e481dabbcdb771...

Powered by Google App Engine
This is Rietveld 408576698