.. |
BenchTool/BenchTool.xcodeproj
|
move main.cpp outside of the xcode project
|
2009-01-07 11:49:19 +00:00 |
AAClipBench.cpp
|
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
|
2012-08-23 18:09:54 +00:00 |
bench_analyze.py
|
Adds a script to help analyze bench ranges to add/change in bench/bench_expectations.txt
|
2012-10-05 14:02:33 +00:00 |
bench_compare.py
|
Update bench_compare to do the comparison using different statistical methods
|
2012-08-21 19:10:05 +00:00 |
bench_expectations.txt
|
Update bench_expectations.txt with new codes in issue 6842112.
|
2012-11-28 20:23:49 +00:00 |
bench_graph_svg.py
|
Adds bench expectation file and mechanism for triggering bench-out-of-range alerts from bench_graph_svg.
|
2012-09-13 21:08:52 +00:00 |
bench_util.py
|
Prevent LinearRegression from dividing by zero so the GenerateBenchGraphs step doesn't blow up if the data is all zeroes.
|
2012-09-20 19:05:33 +00:00 |
BenchGpuTimer_gl.cpp
|
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
|
2012-08-23 18:09:54 +00:00 |
BenchGpuTimer_gl.h
|
Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm
|
2011-10-19 20:43:20 +00:00 |
benchmain.cpp
|
Defining new color constat for transparent color
|
2012-12-06 21:47:40 +00:00 |
BenchSysTimer_c.cpp
|
Automatic update of all copyright notices to reflect new license terms.
|
2011-07-28 14:26:00 +00:00 |
BenchSysTimer_c.h
|
Automatic update of all copyright notices to reflect new license terms.
|
2011-07-28 14:26:00 +00:00 |
BenchSysTimer_mach.cpp
|
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
|
2012-08-23 18:09:54 +00:00 |
BenchSysTimer_mach.h
|
Automatic update of all copyright notices to reflect new license terms.
|
2011-07-28 14:26:00 +00:00 |
BenchSysTimer_posix.cpp
|
Automatic update of all copyright notices to reflect new license terms.
|
2011-07-28 14:26:00 +00:00 |
BenchSysTimer_posix.h
|
Automatic update of all copyright notices to reflect new license terms.
|
2011-07-28 14:26:00 +00:00 |
BenchSysTimer_windows.cpp
|
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
|
2012-08-23 18:09:54 +00:00 |
BenchSysTimer_windows.h
|
Fix two warnings in bench timers.
|
2011-10-03 20:44:39 +00:00 |
BenchTimer.cpp
|
Added second "truncated" cpu/wall timer to bench
|
2012-08-28 12:18:40 +00:00 |
BenchTimer.h
|
Added second "truncated" cpu/wall timer to bench
|
2012-08-28 12:18:40 +00:00 |
BitmapBench.cpp
|
Reverting r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32)
|
2012-09-04 12:48:01 +00:00 |
BitmapRectBench.cpp
|
Fixed remaining clang compiler warnings
|
2012-12-03 17:35:19 +00:00 |
BlurBench.cpp
|
Modify the blur bench to add tests for high-quality blurs, and large non-integer blurs. Change the Coarse flag (which just turns on separable blurs) to an #ifdef, since separable is no longer just Coarse. (This #ifdef will hopefully be shortlived, once Chrome has switched).
|
2012-11-29 17:09:27 +00:00 |
ChecksumBench.cpp
|
Made more benchs non-rendering
|
2012-09-17 10:49:30 +00:00 |
ChromeBench.cpp
|
Disable overly heavy benchmark - 15x slower than any other benchmark
|
2012-03-14 18:33:54 +00:00 |
DashBench.cpp
|
Sanitizing source files in Skia_Periodic_House_Keeping
|
2012-12-06 02:01:25 +00:00 |
DecodeBench.cpp
|
Made more benchs non-rendering
|
2012-09-17 10:49:30 +00:00 |
DeferredCanvasBench.cpp
|
Fixed memory leak in deferred_canvas_record bench
|
2012-09-17 11:52:48 +00:00 |
FontScalerBench.cpp
|
use new PurgeFontCache() api
|
2011-11-08 20:03:48 +00:00 |
gen_skp_ranges.py
|
Adds BENCH_ALLOWED_NOISE to widen expected bench ranges.
|
2012-11-30 04:42:59 +00:00 |
GradientBench.cpp
|
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
|
2012-08-23 18:09:54 +00:00 |
GrMemoryPoolBench.cpp
|
Let SkBenchmark classes specify that they do no rendering.
|
2012-09-13 15:50:24 +00:00 |
InterpBench.cpp
|
Let SkBenchmark classes specify that they do no rendering.
|
2012-09-13 15:50:24 +00:00 |
LineBench.cpp
|
add bench for hairlines
|
2012-10-25 17:32:10 +00:00 |
MathBench.cpp
|
Suppress some warnings on linux.
|
2012-09-26 13:08:56 +00:00 |
Matrix44Bench.cpp
|
add getTypes() to SkMatrix44, to cache how complex the matrix is.
|
2012-12-03 21:19:52 +00:00 |
MatrixBench.cpp
|
Fixed valgrind complaint in MatrixBench
|
2012-09-17 13:36:47 +00:00 |
MatrixConvolutionBench.cpp
|
This patch adds support for optional processing of the alpha channel in
|
2012-09-25 14:32:42 +00:00 |
MemoryBench.cpp
|
Let SkBenchmark classes specify that they do no rendering.
|
2012-09-13 15:50:24 +00:00 |
MorphologyBench.cpp
|
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
|
2012-08-23 18:09:54 +00:00 |
MutexBench.cpp
|
Made more benchs non-rendering
|
2012-09-17 10:49:30 +00:00 |
PathBench.cpp
|
Add a conservativelyContainsRect function to SkPath.
|
2012-11-13 21:51:38 +00:00 |
PathIterBench.cpp
|
Made more benchs non-rendering
|
2012-09-17 10:49:30 +00:00 |
PicturePlaybackBench.cpp
|
Enable 64-bit builds on Windows
|
2012-08-20 18:58:26 +00:00 |
PictureRecordBench.cpp
|
change unique_paint_dictionary to change the paint randomly, instead of just
|
2012-07-10 13:17:45 +00:00 |
ReadPixBench.cpp
|
Sanitizing source files in Skia_Periodic_House_Keeping
|
2012-09-05 02:01:29 +00:00 |
RectBench.cpp
|
Sanitizing source files in Skia_Periodic_House_Keeping
|
2012-11-16 02:01:17 +00:00 |
RefCntBench.cpp
|
Let SkBenchmark classes specify that they do no rendering.
|
2012-09-13 15:50:24 +00:00 |
RegionBench.cpp
|
Let SkBenchmark classes specify that they do no rendering.
|
2012-09-13 15:50:24 +00:00 |
RepeatTileBench.cpp
|
add opaque/alpha variants
|
2012-10-16 19:47:54 +00:00 |
RTreeBench.cpp
|
Let SkBenchmark classes specify that they do no rendering.
|
2012-09-13 15:50:24 +00:00 |
ScalarBench.cpp
|
Made more benchs non-rendering
|
2012-09-17 10:49:30 +00:00 |
ShaderMaskBench.cpp
|
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
|
2012-08-23 18:09:54 +00:00 |
SkBenchLogger.cpp
|
Report data from bench_pictures in the same fashion as bench.
|
2012-09-07 15:21:18 +00:00 |
SkBenchLogger.h
|
Report data from bench_pictures in the same fashion as bench.
|
2012-09-07 15:21:18 +00:00 |
SkBenchmark.cpp
|
Let SkBenchmark classes specify that they do no rendering.
|
2012-09-13 15:50:24 +00:00 |
SkBenchmark.h
|
need this for prev. cl
|
2012-11-15 19:52:20 +00:00 |
TableBench.cpp
|
Sanitizing source files in Skia_Periodic_House_Keeping
|
2012-10-04 02:01:34 +00:00 |
TextBench.cpp
|
Stop bench from leaking
|
2012-08-13 22:10:05 +00:00 |
TimerData.cpp
|
Fix for Windows build.
|
2012-09-07 15:57:18 +00:00 |
TimerData.h
|
Report data from bench_pictures in the same fashion as bench.
|
2012-09-07 15:21:18 +00:00 |
VertBench.cpp
|
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
|
2012-08-23 18:09:54 +00:00 |
WriterBench.cpp
|
Made more benchs non-rendering
|
2012-09-17 10:49:30 +00:00 |