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

Unified Diff: base/trace_event/memory_infra_background_whitelist.cc

Issue 2399903004: Add LevelDB database names to tracing path for easier debugging (Closed)
Patch Set: Add missing databases. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/leveldb_proto/leveldb_database.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event/memory_infra_background_whitelist.cc
diff --git a/base/trace_event/memory_infra_background_whitelist.cc b/base/trace_event/memory_infra_background_whitelist.cc
index 37ba1c77e780a6092c60bb5c6d504f604d6183b9..88d6d5bbbc0bdaea05f5091012f6292b25716b80 100644
--- a/base/trace_event/memory_infra_background_whitelist.cc
+++ b/base/trace_event/memory_infra_background_whitelist.cc
@@ -49,6 +49,12 @@ const char* const kAllocatorDumpNameWhitelist[] = {
"java_heap/allocated_objects",
"leveldb/index_db/0x?",
"leveldb/leveldb_proto/0x?",
+ "leveldb/leveldb_proto/BudgetManager/0x?",
+ "leveldb/leveldb_proto/DomDistillerStore/0x?",
+ "leveldb/leveldb_proto/GCMKeyStore/0x?",
+ "leveldb/leveldb_proto/ImageManager/0x?",
+ "leveldb/leveldb_proto/NTPSnippetImages/0x?",
+ "leveldb/leveldb_proto/NTPSnippets/0x?",
"leveldb/value_store/Extensions.Database.Open.Settings/0x?",
"leveldb/value_store/Extensions.Database.Open.Rules/0x?",
"leveldb/value_store/Extensions.Database.Open.State/0x?",
« no previous file with comments | « no previous file | components/leveldb_proto/leveldb_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698