#include "third_party/blink/renderer/platform/instrumentation/tracing/web_memory_allocator_dump.h"
#include "base/trace_event/memory_allocator_dump.h"
#include "third_party/blink/renderer/platform/wtf/text/string_utf8_adaptor.h"
namespace blink {
WebMemoryAllocatorDump::WebMemoryAllocatorDump(
base::trace_event::MemoryAllocatorDump* memory_allocator_dump)
: … { … }
void WebMemoryAllocatorDump::AddScalar(const char* name,
const char* units,
uint64_t value) { … }
void WebMemoryAllocatorDump::AddString(const char* name,
const char* units,
const String& value) { … }
WebMemoryAllocatorDumpGuid WebMemoryAllocatorDump::Guid() const { … }
}