// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <string> #include "base/time/time.h" #include "base/values.h" #include "cc/debug/rendering_stats.h" #include "testing/gtest/include/gtest/gtest.h" namespace cc { namespace { static std::string ToString(const RenderingStats::TimeDeltaList& list) { … } TEST(RenderingStatsTest, TimeDeltaListEmpty) { … } TEST(RenderingStatsTest, TimeDeltaListNonEmpty) { … } TEST(RenderingStatsTest, TimeDeltaListAdd) { … } } // namespace } // namespace cc