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

Unified Diff: utils/tests/string_encoding/benchmark_runner.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: Apply suggestions. 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/world.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/string_encoding/benchmark_runner.dart
diff --git a/utils/tests/string_encoding/benchmark_runner.dart b/utils/tests/string_encoding/benchmark_runner.dart
index 9fc7bded12e5780d1906532388e1d784b60611c0..0cef4600179840deedf0208a1c248259b20c8f02 100644
--- a/utils/tests/string_encoding/benchmark_runner.dart
+++ b/utils/tests/string_encoding/benchmark_runner.dart
@@ -273,7 +273,7 @@ class BenchmarkRunner extends Runner {
test();
}
s.stop();
- return new BlockSample(count, s.elapsedInUs() * 1000);
+ return new BlockSample(count, s.elapsedInMicroseconds * 1000);
Mads Ager (google) 2012/10/26 13:57:59 elapsedInMicroseconds -> elapsedMicroseconds
floitsch 2012/10/26 14:17:36 Done.
}
}
« no previous file with comments | « utils/template/world.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698