Commit 62435902 authored by Marijn Kruisselbrink's avatar Marijn Kruisselbrink Committed by Commit Bot

[Blobs] Rename memory dump to site_storage/blob_storage_*.

Bug: 813046
Change-Id: Ie8775a418059b5c69dd47ea06668101e69f6ee72
Reviewed-on: https://chromium-review.googlesource.com/939714Reviewed-by: default avatarSiddhartha S <ssid@chromium.org>
Commit-Queue: Marijn Kruisselbrink <mek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#540730}
parent 03a17b1a
...@@ -665,8 +665,9 @@ bool BlobStorageContext::OnMemoryDump( ...@@ -665,8 +665,9 @@ bool BlobStorageContext::OnMemoryDump(
base::trace_event::MemoryDumpManager::GetInstance() base::trace_event::MemoryDumpManager::GetInstance()
->system_allocator_pool_name(); ->system_allocator_pool_name();
auto* mad = pmd->CreateAllocatorDump(base::StringPrintf( auto* mad = pmd->CreateAllocatorDump(
"blob_storage/0x%" PRIXPTR, reinterpret_cast<uintptr_t>(this))); base::StringPrintf("site_storage/blob_storage_0x%" PRIXPTR,
reinterpret_cast<uintptr_t>(this)));
mad->AddScalar(base::trace_event::MemoryAllocatorDump::kNameSize, mad->AddScalar(base::trace_event::MemoryAllocatorDump::kNameSize,
base::trace_event::MemoryAllocatorDump::kUnitsBytes, base::trace_event::MemoryAllocatorDump::kUnitsBytes,
memory_controller().memory_usage()); memory_controller().memory_usage());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment