// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/observer_list.h" #include <memory> #include "base/check_op.h" #include "base/strings/stringprintf.h" #include "base/time/time.h" #include "testing/gtest/include/gtest/gtest.h" #include "testing/perf/perf_result_reporter.h" // Ask the compiler not to use a register for this counter, in case it decides // to do magic optimizations like |counter += kLaps|. volatile int g_observer_list_perf_test_counter; base // namespace base