blob: 37a11d80097085fcd4b51ed28a2f63ab8c76a15c [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/memory/swap_thrashing_monitor_delegate.h"
#include "base/logging.h"
namespace memory {
SwapThrashingLevel
SwapThrashingMonitorDelegate::SampleAndCalculateSwapThrashingLevel() {
NOTIMPLEMENTED();
return SwapThrashingLevel::SWAP_THRASHING_LEVEL_NONE;
}
} // namespace memory