| Index: pkg/analyzer/lib/src/generated/utilities_general.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/utilities_general.dart b/pkg/analyzer/lib/src/generated/utilities_general.dart
|
| index 8175055af1b30334f472e817ff43585971863b47..d90cc3b7350b25dc161887fb7f0c1abb3ec46bce 100644
|
| --- a/pkg/analyzer/lib/src/generated/utilities_general.dart
|
| +++ b/pkg/analyzer/lib/src/generated/utilities_general.dart
|
| @@ -1,7 +1,10 @@
|
| // This code was auto-generated, is not intended to be edited, and is subject to
|
| // significant change. Please see the README file for more information.
|
| +
|
| library engine.utilities.general;
|
| +
|
| import 'java_core.dart';
|
| +
|
| /**
|
| * Helper for measuring how much time is spent doing some operation.
|
| */
|
| @@ -15,12 +18,15 @@ class TimeCounter {
|
| */
|
| TimeCounter_TimeCounterHandle start() => new TimeCounter_TimeCounterHandle(this);
|
| }
|
| +
|
| /**
|
| * The handle object that should be used to stop and update counter.
|
| */
|
| class TimeCounter_TimeCounterHandle {
|
| final TimeCounter TimeCounter_this;
|
| +
|
| int _startTime = JavaSystem.currentTimeMillis();
|
| +
|
| TimeCounter_TimeCounterHandle(this.TimeCounter_this);
|
|
|
| /**
|
|
|