// Copyright 2017 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/metrics/histogram_samples.h" #include <limits> #include "base/test/gtest_util.h" #include "testing/gtest/include/gtest/gtest.h" namespace base { SingleSample; AtomicSingleSample; TEST(SingleSampleTest, Load) { … } TEST(SingleSampleTest, Extract) { … } TEST(SingleSampleTest, Disable) { … } TEST(SingleSampleTest, Accumulate) { … } TEST(SingleSampleTest, Overflow) { … } TEST(HistogramSamplesTest, WriteAsciiBucketGraph) { … } } // namespace base