| Index: pkg/compiler/lib/src/info/send_info.dart
|
| diff --git a/pkg/compiler/lib/src/stats/builder.dart b/pkg/compiler/lib/src/info/send_info.dart
|
| similarity index 99%
|
| rename from pkg/compiler/lib/src/stats/builder.dart
|
| rename to pkg/compiler/lib/src/info/send_info.dart
|
| index 1e683bd22ff1a743d19905636e6875d136a1d88c..6a50f1042cd61566d7c7a62118518dbbec10483c 100644
|
| --- a/pkg/compiler/lib/src/stats/builder.dart
|
| +++ b/pkg/compiler/lib/src/info/send_info.dart
|
| @@ -2,9 +2,8 @@
|
| // 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.
|
|
|
| -/// Computes statistical data about a program. See `stats.dart` for more details
|
| -/// on the kind of data we collect.
|
| -library compiler.src.stats.stats_builder;
|
| +/// Computes measurements about sends in a function.
|
| +library compiler.src.info.send_info;
|
|
|
| import 'dart:convert';
|
| import 'package:dart2js_info/src/measurements.dart';
|
|
|