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

Side by Side Diff: gyp/bench.gypi

Issue 16654004: Add benchmark for PremultiplyAlpha and UnpremultiplyAlpha in Skia (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Change name of member variables and benchname construction 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/PremulAndUnpremulAlphaOpsBench.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 28 matching lines...) Expand all
39 '../bench/MemsetBench.cpp', 39 '../bench/MemsetBench.cpp',
40 '../bench/MergeBench.cpp', 40 '../bench/MergeBench.cpp',
41 '../bench/MorphologyBench.cpp', 41 '../bench/MorphologyBench.cpp',
42 '../bench/MutexBench.cpp', 42 '../bench/MutexBench.cpp',
43 '../bench/PathBench.cpp', 43 '../bench/PathBench.cpp',
44 '../bench/PathIterBench.cpp', 44 '../bench/PathIterBench.cpp',
45 '../bench/PerlinNoiseBench.cpp', 45 '../bench/PerlinNoiseBench.cpp',
46 '../bench/PicturePlaybackBench.cpp', 46 '../bench/PicturePlaybackBench.cpp',
47 '../bench/PictureRecordBench.cpp', 47 '../bench/PictureRecordBench.cpp',
48 '../bench/ReadPixBench.cpp', 48 '../bench/ReadPixBench.cpp',
49 '../bench/PremulAndUnpremulAlphaOpsBench.cpp',
49 '../bench/RectBench.cpp', 50 '../bench/RectBench.cpp',
50 '../bench/RectoriBench.cpp', 51 '../bench/RectoriBench.cpp',
51 '../bench/RefCntBench.cpp', 52 '../bench/RefCntBench.cpp',
52 '../bench/RegionBench.cpp', 53 '../bench/RegionBench.cpp',
53 '../bench/RegionContainBench.cpp', 54 '../bench/RegionContainBench.cpp',
54 '../bench/RepeatTileBench.cpp', 55 '../bench/RepeatTileBench.cpp',
55 '../bench/RTreeBench.cpp', 56 '../bench/RTreeBench.cpp',
56 '../bench/ScalarBench.cpp', 57 '../bench/ScalarBench.cpp',
57 '../bench/ShaderMaskBench.cpp', 58 '../bench/ShaderMaskBench.cpp',
58 '../bench/SortBench.cpp', 59 '../bench/SortBench.cpp',
(...skipping 10 matching lines...) Expand all
69 '../bench/TimerData.h', 70 '../bench/TimerData.h',
70 '../bench/TimerData.cpp', 71 '../bench/TimerData.cpp',
71 ], 72 ],
72 } 73 }
73 74
74 # Local Variables: 75 # Local Variables:
75 # tab-width:2 76 # tab-width:2
76 # indent-tabs-mode:nil 77 # indent-tabs-mode:nil
77 # End: 78 # End:
78 # vim: set expandtab tabstop=2 shiftwidth=2: 79 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « bench/PremulAndUnpremulAlphaOpsBench.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698