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

Unified Diff: gyp/tools.gyp

Issue 257563006: use BenchTimer, print in µs (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: stray u Created 6 years, 8 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 | « gyp/bench.gyp ('k') | tools/bench_playback.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 39a784734b27755a0af27bbdc4cd64edcae61cb8..0fc7b9e3e0c005401b88421b2336dab3987502b8 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -303,6 +303,7 @@
'../src/lazy',
],
'dependencies': [
+ 'bench.gyp:bench_timer',
'flags.gyp:flags',
'skia_lib.gyp:skia_lib',
'record.gyp:*',
@@ -320,6 +321,7 @@
'../src/record',
],
'dependencies': [
+ 'bench.gyp:bench_timer',
'flags.gyp:flags',
'skia_lib.gyp:skia_lib',
'record.gyp:*',
« no previous file with comments | « gyp/bench.gyp ('k') | tools/bench_playback.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698