// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/system_cpu/core_times.h" #include <vector> #include "testing/gtest/include/gtest/gtest.h" namespace system_cpu { CoreTimesTest; TEST_F(CoreTimesTest, TimeUtilizationBalanced) { … } TEST_F(CoreTimesTest, TimeUtilizationEmptyRange) { … } TEST_F(CoreTimesTest, TimeUtilizationNegativeRange) { … } TEST_F(CoreTimesTest, TimeUtilizationComputation) { … } } // namespace system_cpu