#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) { … }
}
ScopedStopwatch::ScopedStopwatch(const std::string& metric) : … { … }
ScopedStopwatch::~ScopedStopwatch() { … }
IterableStopwatch::IterableStopwatch(const std::string& metric)
: … { … }
void IterableStopwatch::NextLap() { … }
IterableStopwatch::~IterableStopwatch() { … }
}