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

Side by Side Diff: gyp/bench.gyp

Issue 93933003: Add four_byte_interp benches. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: size_t Created 7 years 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/ColorPrivBench.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 # GYP file to build performance testbench. 1 # GYP file to build performance testbench.
2 # 2 #
3 { 3 {
4 'includes': [ 4 'includes': [
5 'apptype_console.gypi', 5 'apptype_console.gypi',
6 ], 6 ],
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'bench', 9 'target_name': 'bench',
10 'type': 'executable', 10 'type': 'executable',
(...skipping 15 matching lines...) Expand all
26 '../bench/BitmapScaleBench.cpp', 26 '../bench/BitmapScaleBench.cpp',
27 '../bench/BlurBench.cpp', 27 '../bench/BlurBench.cpp',
28 '../bench/BlurImageFilterBench.cpp', 28 '../bench/BlurImageFilterBench.cpp',
29 '../bench/BlurRectBench.cpp', 29 '../bench/BlurRectBench.cpp',
30 '../bench/BlurRoundRectBench.cpp', 30 '../bench/BlurRoundRectBench.cpp',
31 '../bench/ChartBench.cpp', 31 '../bench/ChartBench.cpp',
32 '../bench/ChecksumBench.cpp', 32 '../bench/ChecksumBench.cpp',
33 '../bench/ChromeBench.cpp', 33 '../bench/ChromeBench.cpp',
34 '../bench/CmapBench.cpp', 34 '../bench/CmapBench.cpp',
35 '../bench/ColorFilterBench.cpp', 35 '../bench/ColorFilterBench.cpp',
36 '../bench/ColorPrivBench.cpp',
36 '../bench/CoverageBench.cpp', 37 '../bench/CoverageBench.cpp',
37 '../bench/DashBench.cpp', 38 '../bench/DashBench.cpp',
38 '../bench/DecodeBench.cpp', 39 '../bench/DecodeBench.cpp',
39 '../bench/DeferredCanvasBench.cpp', 40 '../bench/DeferredCanvasBench.cpp',
40 '../bench/DeferredSurfaceCopyBench.cpp', 41 '../bench/DeferredSurfaceCopyBench.cpp',
41 '../bench/DisplacementBench.cpp', 42 '../bench/DisplacementBench.cpp',
42 '../bench/FSRectBench.cpp', 43 '../bench/FSRectBench.cpp',
43 '../bench/FontCacheBench.cpp', 44 '../bench/FontCacheBench.cpp',
44 '../bench/FontScalerBench.cpp', 45 '../bench/FontScalerBench.cpp',
45 '../bench/GameBench.cpp', 46 '../bench/GameBench.cpp',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 ], 162 ],
162 } 163 }
163 ], 164 ],
164 } 165 }
165 166
166 # Local Variables: 167 # Local Variables:
167 # tab-width:2 168 # tab-width:2
168 # indent-tabs-mode:nil 169 # indent-tabs-mode:nil
169 # End: 170 # End:
170 # vim: set expandtab tabstop=2 shiftwidth=2: 171 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « bench/ColorPrivBench.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698