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

Issue 23450016: Re-land https://codereview.chromium.org/23602005: Use nobarrier atomics for lossy counters in base:… (Closed)

Created:
7 years, 3 months ago by Alexander Potapenko
Modified:
7 years, 3 months ago
CC:
chromium-reviews, erikwright+watch_chromium.org, Ilya Sherman, jar (doing other things), asvitkine+watch_chromium.org
Visibility:
Public.

Description

Re-land https://codereview.chromium.org/23602005: Use nobarrier atomics for lossy counters in base::HistogramSamples and base::SampleVector This should not affect the performance, but will make it explicit that the counter values are expected to be read and written atomically. This will also suppress the ThreadSanitizer v2 reports on these counters. BUG=46840 TBR=jar@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221183

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -4 lines) Patch
M base/metrics/histogram_base.h View 2 chunks +3 lines, -2 lines 0 comments Download
M base/metrics/histogram_samples.cc View 1 chunk +2 lines, -1 line 0 comments Download
M base/metrics/sample_vector.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Alexander Potapenko
TBR
7 years, 3 months ago (2013-09-04 12:00:58 UTC) #1
Alexander Potapenko
7 years, 3 months ago (2013-09-04 13:37:44 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r221183 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698