blob: 8874fc0131f27bc06ad847a7bfae6167ed32d8d8 [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_ROUTINES_FLOATING_POINT_FLOATING_POINT_ACCURACY_H_
#define DIAGNOSTICS_ROUTINES_FLOATING_POINT_FLOATING_POINT_ACCURACY_H_
#include <memory>
#include "diagnostics/routines/diag_routine.h"
namespace diagnostics {
std::unique_ptr<DiagnosticRoutine> CreateFloatingPointAccuracyRoutine(
base::TimeDelta exec_duration);
} // namespace diagnostics
#endif // DIAGNOSTICS_ROUTINES_FLOATING_POINT_FLOATING_POINT_ACCURACY_H_