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

Unified Diff: pkg/analyzer/lib/src/generated/utilities_general.dart

Issue 68233003: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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/generated/utilities_dart.dart ('k') | pkg/analyzer/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
/**
« no previous file with comments | « pkg/analyzer/lib/src/generated/utilities_dart.dart ('k') | pkg/analyzer/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698