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

Side by Side Diff: gyp/bench.gypi

Issue 15402003: Improve the performance of SkConvertConfig8888Pixels using Array lookup (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Move to SkUnPreMultiply and add bench test 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
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 27 matching lines...) Expand all
38 '../bench/MemoryBench.cpp', 38 '../bench/MemoryBench.cpp',
39 '../bench/MergeBench.cpp', 39 '../bench/MergeBench.cpp',
40 '../bench/MorphologyBench.cpp', 40 '../bench/MorphologyBench.cpp',
41 '../bench/MutexBench.cpp', 41 '../bench/MutexBench.cpp',
42 '../bench/PathBench.cpp', 42 '../bench/PathBench.cpp',
43 '../bench/PathIterBench.cpp', 43 '../bench/PathIterBench.cpp',
44 '../bench/PerlinNoiseBench.cpp', 44 '../bench/PerlinNoiseBench.cpp',
45 '../bench/PicturePlaybackBench.cpp', 45 '../bench/PicturePlaybackBench.cpp',
46 '../bench/PictureRecordBench.cpp', 46 '../bench/PictureRecordBench.cpp',
47 '../bench/ReadPixBench.cpp', 47 '../bench/ReadPixBench.cpp',
48 '../bench/PremulAndUnpremulAlphaOpsBench.cpp',
48 '../bench/RectBench.cpp', 49 '../bench/RectBench.cpp',
49 '../bench/RectoriBench.cpp', 50 '../bench/RectoriBench.cpp',
50 '../bench/RefCntBench.cpp', 51 '../bench/RefCntBench.cpp',
51 '../bench/RegionBench.cpp', 52 '../bench/RegionBench.cpp',
52 '../bench/RegionContainBench.cpp', 53 '../bench/RegionContainBench.cpp',
53 '../bench/RepeatTileBench.cpp', 54 '../bench/RepeatTileBench.cpp',
54 '../bench/RTreeBench.cpp', 55 '../bench/RTreeBench.cpp',
55 '../bench/ScalarBench.cpp', 56 '../bench/ScalarBench.cpp',
56 '../bench/ShaderMaskBench.cpp', 57 '../bench/ShaderMaskBench.cpp',
57 '../bench/SortBench.cpp', 58 '../bench/SortBench.cpp',
(...skipping 10 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

Powered by Google App Engine
This is Rietveld 408576698