chromium/third_party/blink/renderer/platform/instrumentation/tracing/web_memory_allocator_dump.cc

// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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 {}

}  // namespace blink