#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() { … }
}