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

Unified Diff: utils/css/tool.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 | « tools/testing/legpad/legpad.dart ('k') | utils/css/world.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/css/tool.dart
diff --git a/utils/css/tool.dart b/utils/css/tool.dart
index cbc19b69fd7accb805b95c6f1a8bff9ed74ecc85..af38b3a64d19a3e2701c406ea23d5da9ed2484b7 100644
--- a/utils/css/tool.dart
+++ b/utils/css/tool.dart
@@ -18,7 +18,7 @@ num time(callback()) {
watch.start();
callback();
watch.stop();
- return watch.elapsedInMs();
+ return watch.elapsedMilliseconds;
}
printStats(num elapsed, [String filename = '']) {
« no previous file with comments | « tools/testing/legpad/legpad.dart ('k') | utils/css/world.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698