chromium/components/tracing/test/perf_test_helpers.cc

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

#include "perf_test_helpers.h"

#include <algorithm>

#include "base/check.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "testing/perf/perf_result_reporter.h"

namespace tracing {

namespace {

perf_test::PerfResultReporter SetUpReporter(const std::string& metric) {}

}  // namespace

ScopedStopwatch::ScopedStopwatch(const std::string& metric) :{}

ScopedStopwatch::~ScopedStopwatch() {}

IterableStopwatch::IterableStopwatch(const std::string& metric)
    :{}

void IterableStopwatch::NextLap() {}

IterableStopwatch::~IterableStopwatch() {}

}  // namespace tracing