Chromium Code Reviews| 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; |
| } |
| } |