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

Side by Side Diff: gyp/bench.gypi

Issue 73643005: Implement a benchmark for GrResourceCache (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: address comments Created 7 years, 1 month 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 | « gm/texdata.cpp ('k') | include/core/SkCanvas.h » ('j') | 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 '../bench/AAClipBench.cpp', 8 '../bench/AAClipBench.cpp',
9 '../bench/BicubicBench.cpp', 9 '../bench/BicubicBench.cpp',
10 '../bench/BitmapBench.cpp', 10 '../bench/BitmapBench.cpp',
(...skipping 13 matching lines...) Expand all
24 '../bench/DecodeBench.cpp', 24 '../bench/DecodeBench.cpp',
25 '../bench/DeferredCanvasBench.cpp', 25 '../bench/DeferredCanvasBench.cpp',
26 '../bench/DeferredSurfaceCopyBench.cpp', 26 '../bench/DeferredSurfaceCopyBench.cpp',
27 '../bench/DisplacementBench.cpp', 27 '../bench/DisplacementBench.cpp',
28 '../bench/FontCacheBench.cpp', 28 '../bench/FontCacheBench.cpp',
29 '../bench/FontScalerBench.cpp', 29 '../bench/FontScalerBench.cpp',
30 '../bench/FSRectBench.cpp', 30 '../bench/FSRectBench.cpp',
31 '../bench/GameBench.cpp', 31 '../bench/GameBench.cpp',
32 '../bench/GradientBench.cpp', 32 '../bench/GradientBench.cpp',
33 '../bench/GrMemoryPoolBench.cpp', 33 '../bench/GrMemoryPoolBench.cpp',
34 '../bench/GrResourceCacheBench.cpp',
34 '../bench/ImageCacheBench.cpp', 35 '../bench/ImageCacheBench.cpp',
35 '../bench/ImageDecodeBench.cpp', 36 '../bench/ImageDecodeBench.cpp',
36 '../bench/InterpBench.cpp', 37 '../bench/InterpBench.cpp',
37 '../bench/HairlinePathBench.cpp', 38 '../bench/HairlinePathBench.cpp',
38 '../bench/LineBench.cpp', 39 '../bench/LineBench.cpp',
39 '../bench/LightingBench.cpp', 40 '../bench/LightingBench.cpp',
40 '../bench/MagnifierBench.cpp', 41 '../bench/MagnifierBench.cpp',
41 '../bench/MathBench.cpp', 42 '../bench/MathBench.cpp',
42 '../bench/Matrix44Bench.cpp', 43 '../bench/Matrix44Bench.cpp',
43 '../bench/MatrixBench.cpp', 44 '../bench/MatrixBench.cpp',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 '../bench/SkBenchLogger.h', 79 '../bench/SkBenchLogger.h',
79 '../bench/SkBenchLogger.cpp', 80 '../bench/SkBenchLogger.cpp',
80 ], 81 ],
81 } 82 }
82 83
83 # Local Variables: 84 # Local Variables:
84 # tab-width:2 85 # tab-width:2
85 # indent-tabs-mode:nil 86 # indent-tabs-mode:nil
86 # End: 87 # End:
87 # vim: set expandtab tabstop=2 shiftwidth=2: 88 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/texdata.cpp ('k') | include/core/SkCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698