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

Unified Diff: gyp/bench.gyp

Issue 918673002: Adding new benchmark to test image decoding performance. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Image decode benchmarking code (revision 2) Created 5 years, 10 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
« bench/nanobench.cpp ('K') | « dm/DM.cpp ('k') | gyp/bench.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/bench.gyp
diff --git a/gyp/bench.gyp b/gyp/bench.gyp
index 26849d511a618d4fd2126a74545d13b2b77d2944..4522bee267562c76b3b60ae79bff8327de3dcc87 100644
--- a/gyp/bench.gyp
+++ b/gyp/bench.gyp
@@ -9,6 +9,7 @@
'target_name': 'nanobench',
'type': 'executable',
'sources': [
+ '../bench/DecodingBench.cpp',
scroggo 2015/02/12 14:19:02 Nit: I know this was not alphabetized before, but
mtklein 2015/02/12 14:41:38 If we do move them, let's keep them together in on
scroggo 2015/02/12 15:00:18 Maybe move them into their own gypi? bench_core.gy
_cary 2015/02/12 15:18:05 ioSShell.gyp exists because multiple iOS applicati
msarett 2015/02/12 18:52:56 Done.
'../gm/gm.cpp',
'../bench/GMBench.cpp',
'../bench/RecordingBench.cpp',
« bench/nanobench.cpp ('K') | « dm/DM.cpp ('k') | gyp/bench.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698