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

Side by Side Diff: gyp/bench.gypi

Issue 14234019: Added a few bench for some image filters (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « bench/MergeBench.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',
11 '../bench/BitmapBench.cpp', 11 '../bench/BitmapBench.cpp',
12 '../bench/BitmapRectBench.cpp', 12 '../bench/BitmapRectBench.cpp',
13 '../bench/BlendBench.cpp',
13 '../bench/BlurBench.cpp', 14 '../bench/BlurBench.cpp',
14 '../bench/BlurRectBench.cpp', 15 '../bench/BlurRectBench.cpp',
15 '../bench/ChecksumBench.cpp', 16 '../bench/ChecksumBench.cpp',
16 '../bench/ChartBench.cpp', 17 '../bench/ChartBench.cpp',
17 '../bench/ChromeBench.cpp', 18 '../bench/ChromeBench.cpp',
19 '../bench/ColorFilterBench.cpp',
18 '../bench/DashBench.cpp', 20 '../bench/DashBench.cpp',
19 '../bench/DecodeBench.cpp', 21 '../bench/DecodeBench.cpp',
20 '../bench/DeferredCanvasBench.cpp', 22 '../bench/DeferredCanvasBench.cpp',
21 '../bench/DeferredSurfaceCopyBench.cpp', 23 '../bench/DeferredSurfaceCopyBench.cpp',
24 '../bench/DisplacementBench.cpp',
22 '../bench/FontScalerBench.cpp', 25 '../bench/FontScalerBench.cpp',
23 '../bench/GradientBench.cpp', 26 '../bench/GradientBench.cpp',
24 '../bench/GrMemoryPoolBench.cpp', 27 '../bench/GrMemoryPoolBench.cpp',
25 '../bench/InterpBench.cpp', 28 '../bench/InterpBench.cpp',
26 '../bench/LineBench.cpp', 29 '../bench/LineBench.cpp',
30 '../bench/MagnifierBench.cpp',
27 '../bench/MathBench.cpp', 31 '../bench/MathBench.cpp',
28 '../bench/Matrix44Bench.cpp', 32 '../bench/Matrix44Bench.cpp',
29 '../bench/MatrixBench.cpp', 33 '../bench/MatrixBench.cpp',
30 '../bench/MatrixConvolutionBench.cpp', 34 '../bench/MatrixConvolutionBench.cpp',
31 '../bench/MemoryBench.cpp', 35 '../bench/MemoryBench.cpp',
36 '../bench/MergeBench.cpp',
32 '../bench/MorphologyBench.cpp', 37 '../bench/MorphologyBench.cpp',
33 '../bench/MutexBench.cpp', 38 '../bench/MutexBench.cpp',
34 '../bench/PathBench.cpp', 39 '../bench/PathBench.cpp',
35 '../bench/PathIterBench.cpp', 40 '../bench/PathIterBench.cpp',
36 '../bench/PerlinNoiseBench.cpp', 41 '../bench/PerlinNoiseBench.cpp',
37 '../bench/PicturePlaybackBench.cpp', 42 '../bench/PicturePlaybackBench.cpp',
38 '../bench/PictureRecordBench.cpp', 43 '../bench/PictureRecordBench.cpp',
39 '../bench/ReadPixBench.cpp', 44 '../bench/ReadPixBench.cpp',
40 '../bench/RectBench.cpp', 45 '../bench/RectBench.cpp',
41 '../bench/RefCntBench.cpp', 46 '../bench/RefCntBench.cpp',
(...skipping 17 matching lines...) Expand all
59 '../bench/TimerData.h', 64 '../bench/TimerData.h',
60 '../bench/TimerData.cpp', 65 '../bench/TimerData.cpp',
61 ], 66 ],
62 } 67 }
63 68
64 # Local Variables: 69 # Local Variables:
65 # tab-width:2 70 # tab-width:2
66 # indent-tabs-mode:nil 71 # indent-tabs-mode:nil
67 # End: 72 # End:
68 # vim: set expandtab tabstop=2 shiftwidth=2: 73 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « bench/MergeBench.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698