blob: f7abd90fc25a85cda65794de21dfba4d63b1b7f2 [file] [log] [blame]
// Copyright (c) 2018, 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.
/// This is deprecated, please use
/// `package:analyzer/src/dart/analysis/performance_logger.dart` instead.
@deprecated
library front_end.performance_logger;
export 'package:analyzer/src/dart/analysis/performance_logger.dart'
show PerformanceLog;