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

Side by Side Diff: gyp/bench.gyp

Issue 110893007: Add StackBench to measure performance on stack-like (fixed element size) work loads. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add (C) Created 6 years, 11 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/StackBench.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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 '../bench/RectBench.cpp', 76 '../bench/RectBench.cpp',
77 '../bench/RectoriBench.cpp', 77 '../bench/RectoriBench.cpp',
78 '../bench/RefCntBench.cpp', 78 '../bench/RefCntBench.cpp',
79 '../bench/RegionBench.cpp', 79 '../bench/RegionBench.cpp',
80 '../bench/RegionContainBench.cpp', 80 '../bench/RegionContainBench.cpp',
81 '../bench/RepeatTileBench.cpp', 81 '../bench/RepeatTileBench.cpp',
82 '../bench/ScalarBench.cpp', 82 '../bench/ScalarBench.cpp',
83 '../bench/ShaderMaskBench.cpp', 83 '../bench/ShaderMaskBench.cpp',
84 '../bench/SkipZeroesBench.cpp', 84 '../bench/SkipZeroesBench.cpp',
85 '../bench/SortBench.cpp', 85 '../bench/SortBench.cpp',
86 '../bench/StackBench.cpp',
86 '../bench/StrokeBench.cpp', 87 '../bench/StrokeBench.cpp',
87 '../bench/TableBench.cpp', 88 '../bench/TableBench.cpp',
88 '../bench/TextBench.cpp', 89 '../bench/TextBench.cpp',
89 '../bench/TileBench.cpp', 90 '../bench/TileBench.cpp',
90 '../bench/VertBench.cpp', 91 '../bench/VertBench.cpp',
91 '../bench/WritePixelsBench.cpp', 92 '../bench/WritePixelsBench.cpp',
92 '../bench/WriterBench.cpp', 93 '../bench/WriterBench.cpp',
93 '../bench/XfermodeBench.cpp', 94 '../bench/XfermodeBench.cpp',
94 95
95 '../bench/SkBenchLogger.cpp', 96 '../bench/SkBenchLogger.cpp',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 ['skia_gpu == 1', { 158 ['skia_gpu == 1', {
158 'sources': [ 159 'sources': [
159 '../bench/BenchGpuTimer_gl.h', 160 '../bench/BenchGpuTimer_gl.h',
160 '../bench/BenchGpuTimer_gl.cpp', 161 '../bench/BenchGpuTimer_gl.cpp',
161 ], 162 ],
162 }], 163 }],
163 ], 164 ],
164 } 165 }
165 ], 166 ],
166 } 167 }
OLDNEW
« no previous file with comments | « bench/StackBench.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698