Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
67a3271f0de9ccc32d559b042b862528272047cc
/
bench
67a3271
Slim Skia down to just one murmur3 implementation.
by mtklein
· 10 years ago
1feac79
Revert of Slim Skia down to just one murmur3 implementation. (https://codereview.chromium.org/376183004/)
by mtklein
· 10 years ago
762c718
Remove useless options from bench
by kelvinly
· 10 years ago
6ac0037
Slim Skia down to just one murmur3 implementation.
by mtklein
· 10 years ago
40b32be
nanobench: add median and --cpu/--gpu
by mtklein
· 10 years ago
6945618
gpu and cpu flags for gm and bench.
by bsalomon
· 10 years ago
c846f4a
Cleanup usage of GetResourcePath() after commit bcbc1788b478b1e54079318ad073e8490aa66fae.
by tfarina
· 10 years ago
9bc86ed
Hey, maybe we should _call_ glFinish.
by mtklein
· 10 years ago
bb6a028
draft gpu support in nanobench
by mtklein
· 10 years ago
170e00d
Have Clang builders build in C++11 mode.
by mtklein
· 10 years ago
52d9ac6
stop calling SkCanvas::getDevice
by reed
· 10 years ago
80549fc
Support using OpenGL ES context on desktop
by kkinnunen
· 10 years ago
bae704b
add rowbytes option to allocPixels
by reed
· 10 years ago
8c0c7b0
remove unnecessary bitmapdevice references
by reed
· 10 years ago
f836415
Fix scale type in JSON format
by kelvinly
· 10 years ago
4d1a364
Make SKP bench JSON ouput better
by kelvinly
· 10 years ago
7bf1068
Remove SkBicubicImageFilter, and all related tests.
by senorblanco
· 10 years ago
f372321
Add nanobench, a fresh look at our microbenchmark harness.
by mtklein
· 10 years ago
474cef4
Disable bogus _scaled benches until we can figure out why they're bogus.
by mtklein
· 10 years ago
32492e8
delete disabled bench
by mtklein
· 10 years ago
332600f
Bench: Change default maxMs from 4s to 1s.
by borenet
· 10 years ago
b0203e5
Add schemas to Skia repo
by kelvinly
· 10 years ago
05ead8a
Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/)
by rmistry
· 10 years ago
74fc727
Support using OpenGL ES context on desktop
by kkinnunen
· 10 years ago
bbf3e89
optimize circularclips to act as a bench, fix null-check bug in etcbench
by reed
· 10 years ago
9ac68ee
Move BenchTimer to tools as Timer
by mtklein
· 10 years ago
9e64b78
Revert of Move BenchTimer to tools as Timer (https://codereview.chromium.org/344213003/)
by mtklein
· 10 years ago
4ed7528
Move BenchTimer to tools as Timer
by mtklein
· 10 years ago
f461a8f
Simple GPU based dithering:
by krajcevski
· 10 years ago
f168b86
Remove Sk prefix from some bench classes.
by tfarina
· 10 years ago
bcbc178
Refactor how we handle resources path in Tests.
by tfarina
· 10 years ago
30e6e2a
Add basic stacktrace handler using libunwind.
by mtklein
· 10 years ago
f01a6c3
In Android framework, make tools depend on jsoncpp
by scroggo
· 10 years ago
683e906
Remove SkBenchmark::postDraw.
by mtklein
· 10 years ago
4c07b6b
BenchSysTimer_mach drops all sub-ms precision. Fix that!
by mtklein
· 10 years ago
90c471e
Refine bench_record and bench_playback:
by mtklein
· 10 years ago
bfefc7c
hide Config in SkImageDecoder -- use SkColorType instead
by reed
· 10 years ago
fa1eaaa
Added in framework to get more bench data
by kelvinly
· 10 years ago
e8433c3
Really revert bench trigger changes.
by bensong
· 10 years ago
6079532
Revert trigger changes
by kelvinly
· 10 years ago
1acb8df
Narrowed expectation margins noticeably
by kelvinly
· 10 years ago
5a220a1
Fix what I just broke
by kelvinly
· 10 years ago
10dc56c
Fix broken rebaseline code
by kelvinly
· 10 years ago
b6f4316
Try 1 at rebaseline
by kelvinly
· 10 years ago
6c22573
hide SkBitmap::setConfig
by reed
· 10 years ago
880914c
Reland "Clean up Test's resourcePath code."
by tfarina
· 10 years ago
9f1c241
Remove SkPicture::kUsePathBoundsForClip_RecordingFlag
by robertphillips
· 10 years ago
91359be
Revert of Clean up Test's resourcePath code. (https://codereview.chromium.org/319473003/)
by mtklein
· 10 years ago
52e4f41
Clean up resourcePath code.
by tfarina
· 10 years ago
c2fce56
Add bench for rectanizers
by robertphillips
· 10 years ago
9a3cdbb
Two new benches for ETC1 bitmaps.
by krajcevski
· 10 years ago
05bb6f1
Add bench to measure drawing a dashed grid
by egdaniel
· 10 years ago
cf44feb
Clean up another silly race in benches when run concurrently.
by mtklein
· 10 years ago
80f709a
TSAN caught us racing in ScalarBench.cpp
by mtklein
· 10 years ago
3dd6368
Revert of TSAN caught us racing in ScalarBench.cpp (https://codereview.chromium.org/305033002/)
by commit-bot@chromium.org
· 10 years ago
ee982ed
TSAN caught us racing in ScalarBench.cpp
by commit-bot@chromium.org
· 10 years ago
9681eeb
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 10 years ago
37c772a
Reland https://codereview.chromium.org/286903025
by commit-bot@chromium.org
· 10 years ago
dcba993
Add sk_memcpy32 to Memcpy bench.
by commit-bot@chromium.org
· 10 years ago
293a4b3
Revert of PictureBenchmark JSON logging (https://codereview.chromium.org/286903025/)
by commit-bot@chromium.org
· 10 years ago
3089004
Add JSON logging support to bench_pictures by adding a PictureResultsWriter class (in tools/PictureResultsWriter.h) to process logging information, using a very similar style as bench/ResultsWriter.h
by commit-bot@chromium.org
· 10 years ago
5f640a3
Adds angle to bench expectation configs.
by commit-bot@chromium.org
· 10 years ago
0be2d83
Fix memcpy32_sse2_unalign.
by commit-bot@chromium.org
· 10 years ago
4885d50
Disable bench that's crashing on ChromeOS/Alex perf bot.
by commit-bot@chromium.org
· 10 years ago
83f23d8
Remove unused (by clients) SkUnitMapper
by commit-bot@chromium.org
· 10 years ago
3339ac5
Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/)
by commit-bot@chromium.org
· 10 years ago
4b8f802
Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/)
by commit-bot@chromium.org
· 10 years ago
29de433
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 10 years ago
97133ad
Changed JSON formatting more, workaround bug where SkStringPrintf causes encoding issues
by commit-bot@chromium.org
· 10 years ago
c4e416c
Add Memcpy32 bench.
by commit-bot@chromium.org
· 10 years ago
71e5576
Changed JSON formatting to fit BigQuery requirements
by commit-bot@chromium.org
· 10 years ago
e2b193c
Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/)
by commit-bot@chromium.org
· 10 years ago
ee0cac3
remove unused (by clients) SkUnitMapper
by commit-bot@chromium.org
· 10 years ago
61744ec
Generate bench/Android.mk from gyp.
by commit-bot@chromium.org
· 10 years ago
9d439a7
Adds dashboard link for one-line plot on each alert item.
by commit-bot@chromium.org
· 10 years ago
261d015
Clean up global gSkSuppressFontCachePurgeSpew.
by commit-bot@chromium.org
· 10 years ago
1961c08
Adds the ability to filter bench expectations in builder/config level.
by commit-bot@chromium.org
· 10 years ago
e49157f
Factor GrTexture into public GrTexture and private GrTextureImpl.
by commit-bot@chromium.org
· 10 years ago
59e7d23
Revert of Factor GrTexture into public GrTexture and private GrTextureImpl. (https://codereview.chromium.org/275903002/)
by commit-bot@chromium.org
· 10 years ago
bd465d1
Factor GrTexture into public GrTexture and private GrTextureImpl.
by commit-bot@chromium.org
· 10 years ago
95c2003
cleanup GrContext resource cache api
by commit-bot@chromium.org
· 10 years ago
8a2151f
Remove global SkRandoms from ChartBench.
by commit-bot@chromium.org
· 11 years ago
44e3f71
GameBench: curCell doesn't need to be extra state.
by commit-bot@chromium.org
· 11 years ago
c9c5c42
Relaxes bench range upper bound by a bit.
by commit-bot@chromium.org
· 11 years ago
d06ee45
Fixes lower/upper typo.
by commit-bot@chromium.org
· 11 years ago
59d318b
Use a separate error parameter for lower bound.
by commit-bot@chromium.org
· 11 years ago
379475f
further adjust bench lower bounds to cope with downside flakiness.
by commit-bot@chromium.org
· 11 years ago
089a780
Split GrResource into GrCacheable/GrGpuObject
by commit-bot@chromium.org
· 11 years ago
ae4976c
reduce total number of segments in giant-dash
by commit-bot@chromium.org
· 11 years ago
1a98a06
one valgrind.supp to rule them all.
by commit-bot@chromium.org
· 11 years ago
0f298cc
Use SkDebugf to print when GrContext can't be created for a config.
by commit-bot@chromium.org
· 11 years ago
88cb22b
Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL
by commit-bot@chromium.org
· 11 years ago
8cb46b9
Adds a blacklist of SKPs to exclude from bench expectations.
by commit-bot@chromium.org
· 11 years ago
e396455
move common blur types into central header
by commit-bot@chromium.org
· 11 years ago
02a5a09
Tune bench expectation algorithm parameters.
by commit-bot@chromium.org
· 11 years ago
f1c0135
Rework ATI driver suppressions for bench valgrind
by bsalomon@google.com
· 11 years ago
76a3b2a
Remove support for inheriting the paint color from SkColorShader
by commit-bot@chromium.org
· 11 years ago
b2db443
Rename benchmark classes, hopefully less confusing to valgrid?
by commit-bot@chromium.org
· 11 years ago
034c66b
Add valgrind suppressions for fglrx
by bsalomon@google.com
· 11 years ago
d7ee4b6
Change valgrind suppresion names for bug 2455.
by bsalomon@google.com
· 11 years ago
Next »