Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: pkg/compiler/lib/src/info/send_info.dart

Issue 1385443003: dart2js: rename folder (stats -> info) (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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';
« no previous file with comments | « pkg/compiler/lib/src/info/naive_analysis_result.dart ('k') | pkg/compiler/lib/src/info/trusted_types_analysis_result.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698