| Index: pkg/compiler/lib/src/common/tasks.dart
|
| diff --git a/pkg/compiler/lib/src/common/tasks.dart b/pkg/compiler/lib/src/common/tasks.dart
|
| index f1d342659bd97082c9cbe6a50fc63b2aeae5f658..100181c60b8eae8aad32cc43d40368efa9d02a4b 100644
|
| --- a/pkg/compiler/lib/src/common/tasks.dart
|
| +++ b/pkg/compiler/lib/src/common/tasks.dart
|
| @@ -211,6 +211,9 @@ class Measurer {
|
| /// Whether measurement of tasks is enabled.
|
| final bool enableTaskMeasurements;
|
|
|
| + static int _hashCodeGenerator = 197;
|
| + final int hashCode = _hashCodeGenerator++;
|
| +
|
| Measurer({this.enableTaskMeasurements: false});
|
|
|
| /// The currently running task, that is, the task whose [Stopwatch] is
|
|
|