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

Unified Diff: frog/leg/scanner/scanner_bench.dart

Issue 8537011: Rename StopWatch to Stopwatch. Add new Stopwatch.start() and Stopwatch.reset(). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Move break on new line. Created 9 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 side-by-side diff with in-line comments
Download patch
Index: frog/leg/scanner/scanner_bench.dart
diff --git a/frog/leg/scanner/scanner_bench.dart b/frog/leg/scanner/scanner_bench.dart
index 7e2513428b8b740320e8e4e9a7b89b4acd75ee73..ea047fb8f91de6533de360e32e72e3b5bacf729e 100644
--- a/frog/leg/scanner/scanner_bench.dart
+++ b/frog/leg/scanner/scanner_bench.dart
@@ -25,7 +25,7 @@ class ScannerBench {
bar.begin();
for (int i = 0; i < iterations; i++) {
bar.tick();
- StopWatch timer = new StopWatch();
+ Stopwatch timer = new Stopwatch();
timer.start();
int charCount = 0;
for (final String argument in arguments) {

Powered by Google App Engine
This is Rietveld 408576698