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

Side by Side Diff: pkg/analyzer/lib/src/generated/utilities_general.dart

Issue 45573002: Rename analyzer_experimental to analyzer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Tweaks before publishing. 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // This code was auto-generated, is not intended to be edited, and is subject to 1 // This code was auto-generated, is not intended to be edited, and is subject to
2 // significant change. Please see the README file for more information. 2 // significant change. Please see the README file for more information.
3 library engine.utilities.general; 3 library engine.utilities.general;
4 import 'java_core.dart'; 4 import 'java_core.dart';
5 /** 5 /**
6 * Helper for measuring how much time is spent doing some operation. 6 * Helper for measuring how much time is spent doing some operation.
7 */ 7 */
8 class TimeCounter { 8 class TimeCounter {
9 int result = 0; 9 int result = 0;
10 10
(...skipping 14 matching lines...) Expand all
25 25
26 /** 26 /**
27 * Stops counting time and updates counter. 27 * Stops counting time and updates counter.
28 */ 28 */
29 void stop() { 29 void stop() {
30 { 30 {
31 TimeCounter_this.result += JavaSystem.currentTimeMillis() - _startTime; 31 TimeCounter_this.result += JavaSystem.currentTimeMillis() - _startTime;
32 } 32 }
33 } 33 }
34 } 34 }
OLDNEW
« no previous file with comments | « pkg/analyzer/lib/src/generated/utilities_dart.dart ('k') | pkg/analyzer/lib/src/services/formatter_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698