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

Issue 2399903004: Add LevelDB database names to tracing path for easier debugging (Closed)

Created:
4 years, 2 months ago by ssid
Modified:
4 years, 2 months ago
CC:
chromium-reviews, tracing+reviews_chromium.org, wfh+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add LevelDB database names to tracing path for easier debugging The data from field trials show large databases, but not sure what are their names. So, adding names to the path. BUG=645126 Committed: https://crrev.com/279f8d702e8b2fffda1b7f50b311c5202331e121 Cr-Commit-Position: refs/heads/master@{#424055}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add missing databases. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -6 lines) Patch
M base/trace_event/memory_infra_background_whitelist.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M components/leveldb_proto/leveldb_database.cc View 1 1 chunk +4 lines, -6 lines 0 comments Download

Messages

Total messages: 17 (7 generated)
ssid
primiano, wdyt?
4 years, 2 months ago (2016-10-06 23:42:34 UTC) #2
Primiano Tucci (use gerrit)
LGTM https://codereview.chromium.org/2399903004/diff/1/components/leveldb_proto/leveldb_database.cc File components/leveldb_proto/leveldb_database.cc (right): https://codereview.chromium.org/2399903004/diff/1/components/leveldb_proto/leveldb_database.cc#newcode192 components/leveldb_proto/leveldb_database.cc:192: dump_name += "/" + client_name_; can this have ...
4 years, 2 months ago (2016-10-07 02:25:56 UTC) #3
ssid
https://codereview.chromium.org/2399903004/diff/1/components/leveldb_proto/leveldb_database.cc File components/leveldb_proto/leveldb_database.cc (right): https://codereview.chromium.org/2399903004/diff/1/components/leveldb_proto/leveldb_database.cc#newcode192 components/leveldb_proto/leveldb_database.cc:192: dump_name += "/" + client_name_; On 2016/10/07 02:25:56, Primiano ...
4 years, 2 months ago (2016-10-07 19:02:23 UTC) #4
ssid
+nyquist ptal, small change, Thanks!
4 years, 2 months ago (2016-10-07 19:04:17 UTC) #7
ssid
+mathp since Tommy is ooo. its a small change, ptal, thanks
4 years, 2 months ago (2016-10-07 21:13:46 UTC) #9
nyquist
lgtm
4 years, 2 months ago (2016-10-07 23:34:41 UTC) #10
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/2399903004/40001
4 years, 2 months ago (2016-10-08 02:23:40 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 2 months ago (2016-10-08 03:18:25 UTC) #14
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/279f8d702e8b2fffda1b7f50b311c5202331e121 Cr-Commit-Position: refs/heads/master@{#424055}
4 years, 2 months ago (2016-10-08 03:22:19 UTC) #16
ssid
3 years, 11 months ago (2016-12-29 02:20:22 UTC) #17
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:40001) has been created in
https://codereview.chromium.org/2601233002/ by ssid@chromium.org.

The reason for reverting is: We identified the largest consumer of memory in
leveldb_proto databases and fixed it crbug.com/662019.
It is not safe to add dumps with database names since new clients of
leveldb_proto might not update the whitelist and we will miss the memory usage..

Powered by Google App Engine
This is Rietveld 408576698