blob: 1ae29fdcba61acc52125a01ecad9433fcda8c893 [file] [log] [blame]
// Copyright (c) 2022, 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.
export '_runtime_metrics_unknown.dart'
if (dart.library._dart2js_runtime_metrics) '_runtime_metrics_dart2js.dart'
if (dart.library.ffi) '_runtime_metrics_vm.dart'
if (dart.library.js) '_runtime_metrics_dartdevc.dart';