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

Unified Diff: gyp/bench.gypi

Issue 290533002: Add Memcpy32 bench. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: admit defeat Created 6 years, 7 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 | « bench/MemcpyBench.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/bench.gypi
diff --git a/gyp/bench.gypi b/gyp/bench.gypi
index 1b3bc1274188a98f8cd2c8551a08a6aa294987a5..083c5e8aa0e3b1b0e2f4dc1ca9ee4baef396187e 100644
--- a/gyp/bench.gypi
+++ b/gyp/bench.gypi
@@ -54,6 +54,7 @@
'../bench/MatrixBench.cpp',
'../bench/MatrixConvolutionBench.cpp',
'../bench/MemoryBench.cpp',
+ '../bench/MemcpyBench.cpp',
qiankun 2014/05/20 09:12:33 File order is broken. Keep in alphabetical order.
mtklein 2014/05/20 14:28:02 Whoops. Done.
'../bench/MemsetBench.cpp',
'../bench/MergeBench.cpp',
'../bench/MorphologyBench.cpp',
« no previous file with comments | « bench/MemcpyBench.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698