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

Unified Diff: utils/css/world.dart

Issue 11265024: Make methods in Stopwatch getters and rename to be more consistent. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status files with co19 issue number. Created 8 years, 2 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 | « utils/css/tool.dart ('k') | utils/template/tool.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/css/world.dart
diff --git a/utils/css/world.dart b/utils/css/world.dart
index 0886068f7be6d94d52c427de1e3a21c4718f2370..837eefdfcd3cd6c91088a9dcfc3a541e093d5795 100644
--- a/utils/css/world.dart
+++ b/utils/css/world.dart
@@ -158,7 +158,7 @@ class World {
sw.start();
var result = f();
sw.stop();
- info('$name in ${sw.elapsedInMs()}msec');
+ info('$name in ${sw.elapsedMilliseconds}msec');
return result;
}
}
« no previous file with comments | « utils/css/tool.dart ('k') | utils/template/tool.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698