| Index: runtime/tools/verbose_gc_to_bmu.dart
|
| diff --git a/runtime/tools/verbose_gc_to_bmu.dart b/runtime/tools/verbose_gc_to_bmu.dart
|
| index ccf9306c9b84fb774338462bd73d9249cc161888..67c160528461927ef7d785e29255af75c2b9ab50 100644
|
| --- a/runtime/tools/verbose_gc_to_bmu.dart
|
| +++ b/runtime/tools/verbose_gc_to_bmu.dart
|
| @@ -1,7 +1,9 @@
|
| // Copyright (c) 2014, 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.
|
| -
|
| +//
|
| +// NOTE: See also wrapper script sdk/runtime/tools/bmu_benchmark_gallery.sh
|
| +//
|
| // Tool to compute bounded mutator utilization (BMU) from a --verbose_gc log.
|
| // Outputs CSV suitable for, e.g., gnuplot:
|
| //
|
|
|