chromium/third_party/perfetto/src/trace_processor/importers/memory_tracker/raw_memory_graph_node.cc

/*
 * Copyright (C) 2020 The Android Open Source Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

#include "perfetto/ext/trace_processor/importers/memory_tracker/raw_memory_graph_node.h"

namespace perfetto {
namespace trace_processor {

const char RawMemoryGraphNode::kNameSize[] =;
const char RawMemoryGraphNode::kNameObjectCount[] =;
const char RawMemoryGraphNode::kTypeScalar[] =;
const char RawMemoryGraphNode::kTypeString[] =;
const char RawMemoryGraphNode::kUnitsBytes[] =;
const char RawMemoryGraphNode::kUnitsObjects[] =;

RawMemoryGraphNode::MemoryNodeEntry::MemoryNodeEntry(const std::string& n,
                                                     const std::string& u,
                                                     uint64_t v)
    :{}

RawMemoryGraphNode::MemoryNodeEntry::MemoryNodeEntry(const std::string& n,
                                                     const std::string& u,
                                                     const std::string& v)
    :{}

bool RawMemoryGraphNode::MemoryNodeEntry::operator==(
    const MemoryNodeEntry& rhs) const {}

RawMemoryGraphNode::RawMemoryGraphNode(const std::string& absolute_name,
                                       LevelOfDetail level,
                                       MemoryAllocatorNodeId id)
    :{}

RawMemoryGraphNode::RawMemoryGraphNode(
    const std::string& absolute_name,
    LevelOfDetail level,
    MemoryAllocatorNodeId id,
    std::vector<RawMemoryGraphNode::MemoryNodeEntry>&& entries)
    :{}

}  // namespace trace_processor
}  // namespace perfetto