chromium/components/memory_pressure/memory_pressure_level_reporter_unittest.cc

// Copyright 2021 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/memory_pressure/memory_pressure_level_reporter.h"

#include <memory>

#include "base/test/metrics/histogram_tester.h"
#include "base/test/task_environment.h"
#include "base/time/time.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace memory_pressure {

TEST(MemoryPressureLevelReporterTest, PressureWindowDuration) {}

TEST(MemoryPressureLevelReporterTest, MemoryPressureHistogram) {}

TEST(MemoryPressureLevelReporterTest, MemoryPressureHistogramAccumulatedTime) {}

TEST(MemoryPressureLevelReporterTest,
     MemoryPressureHistogramPeriodicReporting) {}

}  // namespace memory_pressure