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

Side by Side Diff: gyp/bench.gypi

Issue 290533002: Add Memcpy32 bench. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: alpha Created 6 years, 7 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
« no previous file with comments | « bench/MemcpyBench.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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 '../bench/ImageDecodeBench.cpp', 46 '../bench/ImageDecodeBench.cpp',
47 '../bench/ImageFilterDAGBench.cpp', 47 '../bench/ImageFilterDAGBench.cpp',
48 '../bench/InterpBench.cpp', 48 '../bench/InterpBench.cpp',
49 '../bench/LightingBench.cpp', 49 '../bench/LightingBench.cpp',
50 '../bench/LineBench.cpp', 50 '../bench/LineBench.cpp',
51 '../bench/MagnifierBench.cpp', 51 '../bench/MagnifierBench.cpp',
52 '../bench/MathBench.cpp', 52 '../bench/MathBench.cpp',
53 '../bench/Matrix44Bench.cpp', 53 '../bench/Matrix44Bench.cpp',
54 '../bench/MatrixBench.cpp', 54 '../bench/MatrixBench.cpp',
55 '../bench/MatrixConvolutionBench.cpp', 55 '../bench/MatrixConvolutionBench.cpp',
56 '../bench/MemcpyBench.cpp',
56 '../bench/MemoryBench.cpp', 57 '../bench/MemoryBench.cpp',
57 '../bench/MemsetBench.cpp', 58 '../bench/MemsetBench.cpp',
58 '../bench/MergeBench.cpp', 59 '../bench/MergeBench.cpp',
59 '../bench/MorphologyBench.cpp', 60 '../bench/MorphologyBench.cpp',
60 '../bench/MutexBench.cpp', 61 '../bench/MutexBench.cpp',
61 '../bench/PathBench.cpp', 62 '../bench/PathBench.cpp',
62 '../bench/PathIterBench.cpp', 63 '../bench/PathIterBench.cpp',
63 '../bench/PathUtilsBench.cpp', 64 '../bench/PathUtilsBench.cpp',
64 '../bench/PerlinNoiseBench.cpp', 65 '../bench/PerlinNoiseBench.cpp',
65 '../bench/PicturePlaybackBench.cpp', 66 '../bench/PicturePlaybackBench.cpp',
(...skipping 16 matching lines...) Expand all
82 '../bench/StrokeBench.cpp', 83 '../bench/StrokeBench.cpp',
83 '../bench/TableBench.cpp', 84 '../bench/TableBench.cpp',
84 '../bench/TextBench.cpp', 85 '../bench/TextBench.cpp',
85 '../bench/TileBench.cpp', 86 '../bench/TileBench.cpp',
86 '../bench/VertBench.cpp', 87 '../bench/VertBench.cpp',
87 '../bench/WritePixelsBench.cpp', 88 '../bench/WritePixelsBench.cpp',
88 '../bench/WriterBench.cpp', 89 '../bench/WriterBench.cpp',
89 '../bench/XfermodeBench.cpp', 90 '../bench/XfermodeBench.cpp',
90 ], 91 ],
91 } 92 }
OLDNEW
« no previous file with comments | « bench/MemcpyBench.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698