chromium/cc/base/histograms_unittest.cc

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

#include "cc/base/histograms.h"

#include <limits>

#include "testing/gtest/include/gtest/gtest.h"

Sample;

namespace cc {

class ScopedUMAHistogramAreaTimerBaseTest : public ::testing::Test {};

namespace {

TEST_F(ScopedUMAHistogramAreaTimerBaseTest, CommonCase) {}

TEST_F(ScopedUMAHistogramAreaTimerBaseTest, ZeroArea) {}

TEST_F(ScopedUMAHistogramAreaTimerBaseTest, ZeroTime) {}

TEST_F(ScopedUMAHistogramAreaTimerBaseTest, ZeroTimeAndArea) {}

TEST_F(ScopedUMAHistogramAreaTimerBaseTest, VeryLargeTime) {}

TEST_F(ScopedUMAHistogramAreaTimerBaseTest, VeryLargeArea) {}

}  // namespace
}  // namespace cc