blob: d9a46c7ae1fbf10e8b1bae1fcf6afd2840838037 [file] [log] [blame]
// Copyright 2020 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef DIAGNOSTICS_CROS_HEALTHD_ROUTINES_CPU_STRESS_CPU_STRESS_H_
#define DIAGNOSTICS_CROS_HEALTHD_ROUTINES_CPU_STRESS_CPU_STRESS_H_
#include <cstdint>
#include <memory>
#include "diagnostics/cros_healthd/routines/diag_routine.h"
namespace diagnostics {
std::unique_ptr<DiagnosticRoutine> CreateCpuStressRoutine(
base::TimeDelta exec_duration);
} // namespace diagnostics
#endif // DIAGNOSTICS_CROS_HEALTHD_ROUTINES_CPU_STRESS_CPU_STRESS_H_