// Copyright 2024 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/subresource_filter/core/common/time_measurements.h" #include "base/test/metrics/histogram_tester.h" #include "base/time/time.h" #include "components/subresource_filter/core/common/scoped_timers.h" #include "testing/gtest/include/gtest/gtest.h" namespace subresource_filter { TEST(TimeMeasurementsTest, ScopedUmaHistogramThreadTimer) { … } TEST(TimeMeasurementsTest, ScopedUmaHistogramMicroThreadTimer) { … } } // namespace subresource_filter