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

Unified Diff: utils/template/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/template/tool.dart ('k') | utils/tests/string_encoding/benchmark_runner.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/template/world.dart
diff --git a/utils/template/world.dart b/utils/template/world.dart
index 92e1ab1245bbdc9a831fe4444da1bf286d0f2d65..d11c0086765c4e9d43d2747aeaf4f248f538c793 100644
--- a/utils/template/world.dart
+++ b/utils/template/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/template/tool.dart ('k') | utils/tests/string_encoding/benchmark_runner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698