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

Issue 14093027: Add histogram for image errors. (Closed)

Created:
7 years, 8 months ago by Stephen
Modified:
7 years, 7 months ago
CC:
chromium-reviews, MAD, jar (doing other things), jam, joi+watch-content_chromium.org, darin-cc_chromium.org, Ilya Sherman, SteveT, Alexei Svitkine (slow), vadimb
Visibility:
Public.

Description

Add histogram for image errors. This CL adds a histogram for errors loading images. It will be used to measure how changes impact image request responses. BUG=169182 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=197474

Patch Set 1 #

Total comments: 6

Patch Set 2 : Update to use SPARSE_SLOWLY #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -12 lines) Patch
M content/browser/loader/resource_dispatcher_host_impl.cc View 1 2 chunks +12 lines, -12 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Stephen
PTAL.
7 years, 8 months ago (2013-04-26 03:31:02 UTC) #1
James Simonsen
lgtm
7 years, 8 months ago (2013-04-26 18:21:41 UTC) #2
Ilya Sherman
https://codereview.chromium.org/14093027/diff/1/content/browser/loader/resource_dispatcher_host_impl.cc File content/browser/loader/resource_dispatcher_host_impl.cc (right): https://codereview.chromium.org/14093027/diff/1/content/browser/loader/resource_dispatcher_host_impl.cc#newcode764 content/browser/loader/resource_dispatcher_host_impl.cc:764: kAllNetErrorCodes, arraysize(kAllNetErrorCodes))); Can you use a sparse histogram here? ...
7 years, 8 months ago (2013-04-26 23:59:10 UTC) #3
jar (doing other things)
https://codereview.chromium.org/14093027/diff/1/content/browser/loader/resource_dispatcher_host_impl.cc File content/browser/loader/resource_dispatcher_host_impl.cc (right): https://codereview.chromium.org/14093027/diff/1/content/browser/loader/resource_dispatcher_host_impl.cc#newcode764 content/browser/loader/resource_dispatcher_host_impl.cc:764: kAllNetErrorCodes, arraysize(kAllNetErrorCodes))); +1 On 2013/04/26 23:59:10, Ilya Sherman wrote: ...
7 years, 8 months ago (2013-04-27 00:48:58 UTC) #4
James Simonsen
https://codereview.chromium.org/14093027/diff/1/content/browser/loader/resource_dispatcher_host_impl.cc File content/browser/loader/resource_dispatcher_host_impl.cc (right): https://codereview.chromium.org/14093027/diff/1/content/browser/loader/resource_dispatcher_host_impl.cc#newcode764 content/browser/loader/resource_dispatcher_host_impl.cc:764: kAllNetErrorCodes, arraysize(kAllNetErrorCodes))); On 2013/04/27 00:48:58, jar wrote: > +1 ...
7 years, 8 months ago (2013-04-27 00:57:07 UTC) #5
jar (doing other things)
https://codereview.chromium.org/14093027/diff/1/content/browser/loader/resource_dispatcher_host_impl.cc File content/browser/loader/resource_dispatcher_host_impl.cc (right): https://codereview.chromium.org/14093027/diff/1/content/browser/loader/resource_dispatcher_host_impl.cc#newcode764 content/browser/loader/resource_dispatcher_host_impl.cc:764: kAllNetErrorCodes, arraysize(kAllNetErrorCodes))); SGTM The list has gotten long (so ...
7 years, 8 months ago (2013-04-27 01:00:53 UTC) #6
Stephen
https://chromiumcodereview.appspot.com/14093027/diff/1/content/browser/loader/resource_dispatcher_host_impl.cc File content/browser/loader/resource_dispatcher_host_impl.cc (right): https://chromiumcodereview.appspot.com/14093027/diff/1/content/browser/loader/resource_dispatcher_host_impl.cc#newcode764 content/browser/loader/resource_dispatcher_host_impl.cc:764: kAllNetErrorCodes, arraysize(kAllNetErrorCodes))); OK so IIUC the code here should ...
7 years, 8 months ago (2013-04-27 03:02:41 UTC) #7
Ilya Sherman
https://chromiumcodereview.appspot.com/14093027/diff/1/content/browser/loader/resource_dispatcher_host_impl.cc File content/browser/loader/resource_dispatcher_host_impl.cc (right): https://chromiumcodereview.appspot.com/14093027/diff/1/content/browser/loader/resource_dispatcher_host_impl.cc#newcode764 content/browser/loader/resource_dispatcher_host_impl.cc:764: kAllNetErrorCodes, arraysize(kAllNetErrorCodes))); On 2013/04/27 03:02:41, Stephen wrote: > OK ...
7 years, 8 months ago (2013-04-27 23:06:23 UTC) #8
Stephen
OK updated; please take another look.
7 years, 7 months ago (2013-04-29 00:00:31 UTC) #9
James Simonsen
still lgtm
7 years, 7 months ago (2013-04-29 21:13:45 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skonig@chromium.org/14093027/8001
7 years, 7 months ago (2013-04-30 03:12:59 UTC) #11
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=334
7 years, 7 months ago (2013-04-30 03:20:24 UTC) #12
Stephen
jar@ if you could take a look and LGTM the histograms.xml file change please. Thanks!
7 years, 7 months ago (2013-04-30 03:22:55 UTC) #13
jar (doing other things)
lgtm
7 years, 7 months ago (2013-04-30 19:57:19 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skonig@chromium.org/14093027/8001
7 years, 7 months ago (2013-04-30 20:15:25 UTC) #15
commit-bot: I haz the power
7 years, 7 months ago (2013-04-30 21:22:53 UTC) #16
Message was sent while issue was closed.
Change committed as 197474

Powered by Google App Engine
This is Rietveld 408576698