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

Issue 11776009: Log IDB leveldb uma stats into LevelDBEnv.IDB. Other LevelDB consumers will (Closed)

Created:
7 years, 11 months ago by dgrogan
Modified:
7 years, 11 months ago
Reviewers:
alecflett, jsbell
CC:
chromium-reviews
Visibility:
Public.

Description

Log IDB leveldb uma stats into LevelDBEnv.IDB. Other LevelDB consumers will still be aggregated under LevelDBEnv. BUG=164755 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175432

Patch Set 1 #

Patch Set 2 : add env_idb.h #

Total comments: 14

Patch Set 3 : fix >80, make method definitions not inline #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -37 lines) Patch
M third_party/leveldatabase/README.chromium View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/leveldatabase/env_chromium.cc View 1 2 26 chunks +75 lines, -34 lines 0 comments Download
A + third_party/leveldatabase/env_idb.h View 1 1 chunk +8 lines, -3 lines 0 comments Download
M third_party/leveldatabase/leveldatabase.gyp View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
dgrogan
Alec and/or Josh, could you review this? I was unable, after a few feeble attempts, ...
7 years, 11 months ago (2013-01-04 23:05:35 UTC) #1
jsbell
lgtm with some nits and a bit of paranoia... https://codereview.chromium.org/11776009/diff/2001/third_party/leveldatabase/env_chromium.cc File third_party/leveldatabase/env_chromium.cc (right): https://codereview.chromium.org/11776009/diff/2001/third_party/leveldatabase/env_chromium.cc#newcode129 third_party/leveldatabase/env_chromium.cc:129: ...
7 years, 11 months ago (2013-01-05 00:14:54 UTC) #2
jsbell
https://codereview.chromium.org/11776009/diff/2001/third_party/leveldatabase/env_chromium.cc File third_party/leveldatabase/env_chromium.cc (right): https://codereview.chromium.org/11776009/diff/2001/third_party/leveldatabase/env_chromium.cc#newcode649 third_party/leveldatabase/env_chromium.cc:649: uma_logger_.reset(new UMALogger("LevelDBEnv.IDB")); Actually, why not have ChromiumEnv take a ...
7 years, 11 months ago (2013-01-05 00:19:05 UTC) #3
dgrogan
https://codereview.chromium.org/11776009/diff/2001/third_party/leveldatabase/env_chromium.cc File third_party/leveldatabase/env_chromium.cc (right): https://codereview.chromium.org/11776009/diff/2001/third_party/leveldatabase/env_chromium.cc#newcode206 third_party/leveldatabase/env_chromium.cc:206: const UMALogger* uma_logger_; On 2013/01/05 00:14:54, jsbell wrote: > ...
7 years, 11 months ago (2013-01-05 01:05:27 UTC) #4
dgrogan
https://codereview.chromium.org/11776009/diff/2001/third_party/leveldatabase/env_chromium.cc File third_party/leveldatabase/env_chromium.cc (right): https://codereview.chromium.org/11776009/diff/2001/third_party/leveldatabase/env_chromium.cc#newcode129 third_party/leveldatabase/env_chromium.cc:129: UMALogger(std::string uma_title) : uma_title_(uma_title) { On 2013/01/05 00:14:54, jsbell ...
7 years, 11 months ago (2013-01-07 18:49:12 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dgrogan@chromium.org/11776009/5
7 years, 11 months ago (2013-01-07 18:50:16 UTC) #6
commit-bot: I haz the power
Retried try job too often on win_aura for step(s) interactive_ui_tests
7 years, 11 months ago (2013-01-07 21:20:52 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dgrogan@chromium.org/11776009/5
7 years, 11 months ago (2013-01-07 22:33:04 UTC) #8
commit-bot: I haz the power
7 years, 11 months ago (2013-01-08 00:38:23 UTC) #9
Message was sent while issue was closed.
Change committed as 175432

Powered by Google App Engine
This is Rietveld 408576698