blob: cf591ff5413cf39705c3ffcff76fcbdc37c4405a [file] [log] [blame]
// Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:analyzer/src/util/performance/operation_performance.dart';
/// The performance of an operation.
@Deprecated('Use OperationPerformance')
abstract class CiderOperationPerformance implements OperationPerformance {}