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

Issue 10830156: Skeleton code of SparseHistogram (Closed)

Created:
8 years, 4 months ago by kaiwang
Modified:
8 years, 4 months ago
CC:
chromium-reviews, erikwright (departed), MAD, Ilya Sherman, jar (doing other things), brettw-cc_chromium.org
Visibility:
Public.

Description

Skeleton code of SparseHistogram Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=150736

Patch Set 1 #

Patch Set 2 : #

Total comments: 43

Patch Set 3 : #

Total comments: 10

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+196 lines, -47 lines) Patch
M base/base.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M base/base.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M base/metrics/histogram.h View 1 2 13 chunks +12 lines, -35 lines 0 comments Download
M base/metrics/histogram.cc View 1 2 3 9 chunks +9 lines, -10 lines 0 comments Download
M base/metrics/histogram_base.h View 1 2 3 3 chunks +25 lines, -1 line 0 comments Download
M base/metrics/histogram_base.cc View 1 2 1 chunk +12 lines, -1 line 0 comments Download
A base/metrics/sparse_histogram.h View 1 2 3 1 chunk +50 lines, -0 lines 0 comments Download
A base/metrics/sparse_histogram.cc View 1 2 3 1 chunk +45 lines, -0 lines 0 comments Download
A base/metrics/sparse_histogram_unittest.cc View 1 2 3 4 1 chunk +40 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
kaiwang
8 years, 4 months ago (2012-08-03 01:24:58 UTC) #1
kaiwang
On 2012/08/03 01:24:58, kaiwang wrote: Hi isherman, could you help to take a look at ...
8 years, 4 months ago (2012-08-03 22:26:16 UTC) #2
Ilya Sherman
Generally looks ok; lots of minor comments inline. https://chromiumcodereview.appspot.com/10830156/diff/8002/base/metrics/histogram.cc File base/metrics/histogram.cc (right): https://chromiumcodereview.appspot.com/10830156/diff/8002/base/metrics/histogram.cc#newcode465 base/metrics/histogram.cc:465: *maximum ...
8 years, 4 months ago (2012-08-04 01:18:35 UTC) #3
kaiwang
Thanks for your careful review. Impressive. http://codereview.chromium.org/10830156/diff/8002/base/metrics/histogram.cc File base/metrics/histogram.cc (right): http://codereview.chromium.org/10830156/diff/8002/base/metrics/histogram.cc#newcode465 base/metrics/histogram.cc:465: *maximum = kSampleType_MAX; ...
8 years, 4 months ago (2012-08-08 03:59:33 UTC) #4
Ilya Sherman
LGTM https://chromiumcodereview.appspot.com/10830156/diff/8002/base/metrics/histogram.cc File base/metrics/histogram.cc (right): https://chromiumcodereview.appspot.com/10830156/diff/8002/base/metrics/histogram.cc#newcode465 base/metrics/histogram.cc:465: *maximum = kSampleType_MAX; On 2012/08/08 03:59:33, kaiwang wrote: ...
8 years, 4 months ago (2012-08-08 05:00:29 UTC) #5
kaiwang
https://chromiumcodereview.appspot.com/10830156/diff/8002/base/metrics/histogram.cc File base/metrics/histogram.cc (right): https://chromiumcodereview.appspot.com/10830156/diff/8002/base/metrics/histogram.cc#newcode465 base/metrics/histogram.cc:465: *maximum = kSampleType_MAX; That's already submitted https://chromiumcodereview.appspot.com/10830156/diff/13/base/metrics/histogram_base.h File base/metrics/histogram_base.h ...
8 years, 4 months ago (2012-08-08 22:17:08 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kaiwang@chromium.org/10830156/13
8 years, 4 months ago (2012-08-08 22:46:47 UTC) #7
commit-bot: I haz the power
Presubmit check for 10830156-13 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 4 months ago (2012-08-08 22:46:52 UTC) #8
Ilya Sherman
https://chromiumcodereview.appspot.com/10830156/diff/8002/base/metrics/histogram.cc File base/metrics/histogram.cc (right): https://chromiumcodereview.appspot.com/10830156/diff/8002/base/metrics/histogram.cc#newcode465 base/metrics/histogram.cc:465: *maximum = kSampleType_MAX; On 2012/08/08 22:17:08, kaiwang wrote: > ...
8 years, 4 months ago (2012-08-08 22:49:40 UTC) #9
kaiwang
https://chromiumcodereview.appspot.com/10830156/diff/8002/base/metrics/histogram.cc File base/metrics/histogram.cc (right): https://chromiumcodereview.appspot.com/10830156/diff/8002/base/metrics/histogram.cc#newcode465 base/metrics/histogram.cc:465: *maximum = kSampleType_MAX; See patch set 4 https://chromiumcodereview.appspot.com/10830156/diff/13/base/metrics/sparse_histogram_unittest.cc File ...
8 years, 4 months ago (2012-08-08 23:03:36 UTC) #10
jar (doing other things)
base/base.gyp* LGTM
8 years, 4 months ago (2012-08-08 23:10:40 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kaiwang@chromium.org/10830156/16006
8 years, 4 months ago (2012-08-08 23:14:06 UTC) #12
commit-bot: I haz the power
Try job failure for 10830156-16006 (retry) on android for steps "compile, build" (clobber build). It's ...
8 years, 4 months ago (2012-08-08 23:54:52 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kaiwang@chromium.org/10830156/16006
8 years, 4 months ago (2012-08-09 00:30:26 UTC) #14
commit-bot: I haz the power
Try job failure for 10830156-16006 (retry) on linux_rel for step "nacl_integration". It's a second try, ...
8 years, 4 months ago (2012-08-09 01:47:47 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kaiwang@chromium.org/10830156/16006
8 years, 4 months ago (2012-08-09 03:01:38 UTC) #16
commit-bot: I haz the power
8 years, 4 months ago (2012-08-09 05:14:17 UTC) #17
Change committed as 150736

Powered by Google App Engine
This is Rietveld 408576698