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

Side by Side Diff: gyp/bench.gypi

Issue 16336009: add bench for sk_memset16/32 (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « bench/MemsetBench.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # sources and conditions used in skia's bench.gyp and chromium's skia.gyp 1 # sources and conditions used in skia's bench.gyp and chromium's skia.gyp
2 # 2 #
3 { 3 {
4 'sources': [ 4 'sources': [
5 '../bench/benchmain.cpp', 5 '../bench/benchmain.cpp',
6 '../bench/SkBenchmark.h', 6 '../bench/SkBenchmark.h',
7 '../bench/SkBenchmark.cpp', 7 '../bench/SkBenchmark.cpp',
8 8
9 '../bench/AAClipBench.cpp', 9 '../bench/AAClipBench.cpp',
10 '../bench/BicubicBench.cpp', 10 '../bench/BicubicBench.cpp',
(...skipping 18 matching lines...) Expand all
29 '../bench/GrMemoryPoolBench.cpp', 29 '../bench/GrMemoryPoolBench.cpp',
30 '../bench/InterpBench.cpp', 30 '../bench/InterpBench.cpp',
31 '../bench/LineBench.cpp', 31 '../bench/LineBench.cpp',
32 '../bench/LightingBench.cpp', 32 '../bench/LightingBench.cpp',
33 '../bench/MagnifierBench.cpp', 33 '../bench/MagnifierBench.cpp',
34 '../bench/MathBench.cpp', 34 '../bench/MathBench.cpp',
35 '../bench/Matrix44Bench.cpp', 35 '../bench/Matrix44Bench.cpp',
36 '../bench/MatrixBench.cpp', 36 '../bench/MatrixBench.cpp',
37 '../bench/MatrixConvolutionBench.cpp', 37 '../bench/MatrixConvolutionBench.cpp',
38 '../bench/MemoryBench.cpp', 38 '../bench/MemoryBench.cpp',
39 '../bench/MemsetBench.cpp',
39 '../bench/MergeBench.cpp', 40 '../bench/MergeBench.cpp',
40 '../bench/MorphologyBench.cpp', 41 '../bench/MorphologyBench.cpp',
41 '../bench/MutexBench.cpp', 42 '../bench/MutexBench.cpp',
42 '../bench/PathBench.cpp', 43 '../bench/PathBench.cpp',
43 '../bench/PathIterBench.cpp', 44 '../bench/PathIterBench.cpp',
44 '../bench/PerlinNoiseBench.cpp', 45 '../bench/PerlinNoiseBench.cpp',
45 '../bench/PicturePlaybackBench.cpp', 46 '../bench/PicturePlaybackBench.cpp',
46 '../bench/PictureRecordBench.cpp', 47 '../bench/PictureRecordBench.cpp',
47 '../bench/ReadPixBench.cpp', 48 '../bench/ReadPixBench.cpp',
48 '../bench/RectBench.cpp', 49 '../bench/RectBench.cpp',
(...skipping 19 matching lines...) Expand all
68 '../bench/TimerData.h', 69 '../bench/TimerData.h',
69 '../bench/TimerData.cpp', 70 '../bench/TimerData.cpp',
70 ], 71 ],
71 } 72 }
72 73
73 # Local Variables: 74 # Local Variables:
74 # tab-width:2 75 # tab-width:2
75 # indent-tabs-mode:nil 76 # indent-tabs-mode:nil
76 # End: 77 # End:
77 # vim: set expandtab tabstop=2 shiftwidth=2: 78 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « bench/MemsetBench.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698