chromium/cc/benchmarks/micro_benchmark_controller_impl.cc

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

#include "cc/benchmarks/micro_benchmark_controller_impl.h"

#include <string>
#include <utility>
#include <vector>

#include "base/functional/callback.h"
#include "base/values.h"
#include "cc/trees/layer_tree_host_impl.h"

namespace cc {

MicroBenchmarkControllerImpl::MicroBenchmarkControllerImpl(
    LayerTreeHostImpl* host)
    :{}

MicroBenchmarkControllerImpl::~MicroBenchmarkControllerImpl() = default;

void MicroBenchmarkControllerImpl::ScheduleRun(
    std::unique_ptr<MicroBenchmarkImpl> benchmark) {}

void MicroBenchmarkControllerImpl::DidCompleteCommit() {}

void MicroBenchmarkControllerImpl::CleanUpFinishedBenchmarks() {}

}  // namespace cc