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

Unified Diff: pkg/analyzer/lib/src/task/driver.dart

Issue 2933753002: Run the sorter to reduce code churn (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « pkg/analyzer/lib/src/task/dart.dart ('k') | pkg/analyzer/lib/src/task/strong/ast_properties.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/task/driver.dart
diff --git a/pkg/analyzer/lib/src/task/driver.dart b/pkg/analyzer/lib/src/task/driver.dart
index c3e1e5b878bb70017e98cb1248102883f884e53e..a9a8beaf4801cb84cb3066e5f3c584e748492b80 100644
--- a/pkg/analyzer/lib/src/task/driver.dart
+++ b/pkg/analyzer/lib/src/task/driver.dart
@@ -16,15 +16,15 @@ import 'package:analyzer/src/task/inputs.dart';
import 'package:analyzer/src/task/manager.dart';
import 'package:analyzer/task/model.dart';
-final PerformanceTag _taskDriverTag =
- PerformanceStatistics.analyzer.createChild('taskDriver');
-
final PerformanceTag analysisDriverProcessOutputs =
_taskDriverTag.createChild('processOutputs');
final PerformanceTag workOrderMoveNextPerformanceTag =
_taskDriverTag.createChild('workOrderMoveNext');
+final PerformanceTag _taskDriverTag =
+ PerformanceStatistics.analyzer.createChild('taskDriver');
+
/**
* An object that is used to cause analysis to be performed until all of the
* required analysis information has been computed.
« no previous file with comments | « pkg/analyzer/lib/src/task/dart.dart ('k') | pkg/analyzer/lib/src/task/strong/ast_properties.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698