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

Side by Side Diff: gyp/bench.gypi

Issue 233383002: Add a new bench that tests a simple image filter DAG. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Add comment 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « bench/ImageFilterDAGBench.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 { 1 {
2 'include_dirs': [ 2 'include_dirs': [
3 '../src/core', 3 '../src/core',
4 '../src/effects', 4 '../src/effects',
5 '../src/utils', 5 '../src/utils',
6 '../tools', 6 '../tools',
7 ], 7 ],
8 'dependencies': [ 8 'dependencies': [
9 'skia_lib.gyp:skia_lib', 9 'skia_lib.gyp:skia_lib',
10 ], 10 ],
(...skipping 26 matching lines...) Expand all
37 '../bench/FontCacheBench.cpp', 37 '../bench/FontCacheBench.cpp',
38 '../bench/FontScalerBench.cpp', 38 '../bench/FontScalerBench.cpp',
39 '../bench/GameBench.cpp', 39 '../bench/GameBench.cpp',
40 '../bench/GrMemoryPoolBench.cpp', 40 '../bench/GrMemoryPoolBench.cpp',
41 '../bench/GrResourceCacheBench.cpp', 41 '../bench/GrResourceCacheBench.cpp',
42 '../bench/GrOrderedSetBench.cpp', 42 '../bench/GrOrderedSetBench.cpp',
43 '../bench/GradientBench.cpp', 43 '../bench/GradientBench.cpp',
44 '../bench/HairlinePathBench.cpp', 44 '../bench/HairlinePathBench.cpp',
45 '../bench/ImageCacheBench.cpp', 45 '../bench/ImageCacheBench.cpp',
46 '../bench/ImageDecodeBench.cpp', 46 '../bench/ImageDecodeBench.cpp',
47 '../bench/ImageFilterDAGBench.cpp',
47 '../bench/InterpBench.cpp', 48 '../bench/InterpBench.cpp',
48 '../bench/LightingBench.cpp', 49 '../bench/LightingBench.cpp',
49 '../bench/LineBench.cpp', 50 '../bench/LineBench.cpp',
50 '../bench/MagnifierBench.cpp', 51 '../bench/MagnifierBench.cpp',
51 '../bench/MathBench.cpp', 52 '../bench/MathBench.cpp',
52 '../bench/Matrix44Bench.cpp', 53 '../bench/Matrix44Bench.cpp',
53 '../bench/MatrixBench.cpp', 54 '../bench/MatrixBench.cpp',
54 '../bench/MatrixConvolutionBench.cpp', 55 '../bench/MatrixConvolutionBench.cpp',
55 '../bench/MemoryBench.cpp', 56 '../bench/MemoryBench.cpp',
56 '../bench/MemsetBench.cpp', 57 '../bench/MemsetBench.cpp',
(...skipping 24 matching lines...) Expand all
81 '../bench/StrokeBench.cpp', 82 '../bench/StrokeBench.cpp',
82 '../bench/TableBench.cpp', 83 '../bench/TableBench.cpp',
83 '../bench/TextBench.cpp', 84 '../bench/TextBench.cpp',
84 '../bench/TileBench.cpp', 85 '../bench/TileBench.cpp',
85 '../bench/VertBench.cpp', 86 '../bench/VertBench.cpp',
86 '../bench/WritePixelsBench.cpp', 87 '../bench/WritePixelsBench.cpp',
87 '../bench/WriterBench.cpp', 88 '../bench/WriterBench.cpp',
88 '../bench/XfermodeBench.cpp', 89 '../bench/XfermodeBench.cpp',
89 ], 90 ],
90 } 91 }
OLDNEW
« no previous file with comments | « bench/ImageFilterDAGBench.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698