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

Unified Diff: content/common/discardable_shared_memory_heap.cc

Issue 1259333003: [tracing] Add SkResourceCache as suballocation to avoid double counting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@skia_v1
Patch Set: Clean up. Created 5 years, 5 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
Index: content/common/discardable_shared_memory_heap.cc
diff --git a/content/common/discardable_shared_memory_heap.cc b/content/common/discardable_shared_memory_heap.cc
index 6f8014c640b928674ba620ab190f3093440b2fd6..8129b1d27e4eed443627347f705a81652950fb78 100644
--- a/content/common/discardable_shared_memory_heap.cc
+++ b/content/common/discardable_shared_memory_heap.cc
@@ -357,7 +357,7 @@ void DiscardableSharedMemoryHeap::OnMemoryDump(
}
std::string segment_dump_name =
- base::StringPrintf("discardable/segment_%d", segment_id);
+ base::StringPrintf("discardable/segments/segment_%d", segment_id);
base::trace_event::MemoryAllocatorDump* segment_dump =
pmd->CreateAllocatorDump(segment_dump_name);
segment_dump->AddScalar(base::trace_event::MemoryAllocatorDump::kNameSize,

Powered by Google App Engine
This is Rietveld 408576698