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

Unified Diff: pkg/front_end/tool/fasta/standard_deviation.dart

Issue 2739963002: cleanup and improve A/B fasta test harness (Closed)
Patch Set: Created 3 years, 9 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/front_end/tool/fasta/standard_deviation.dart
diff --git a/pkg/front_end/tool/fasta/standard_deviation.dart b/pkg/front_end/tool/fasta/standard_deviation.dart
index aa6e7846666438496e64e13bd8f3d4d3c7a5ae00..b8ba224b69b3d6dfa3fac86d2d2bc5a88667d7fe 100644
--- a/pkg/front_end/tool/fasta/standard_deviation.dart
+++ b/pkg/front_end/tool/fasta/standard_deviation.dart
@@ -1,3 +1,7 @@
+// Copyright (c) 2017, 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.
+
import 'dart:math';
double average(List<double> elapsedTimes) {
« pkg/front_end/tool/fasta/abcompile.dart ('K') | « pkg/front_end/tool/fasta/compile.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698