History log of /external/skia/tools/nanobench_flags.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e1d7e0f0a5de883fa1a2ff935c718220c7643101 23-Apr-2015 borenet <borenet@google.com> Blacklist desk_unicodetable SKP on Nexus Player

It's getting us killed for OOM.

BUG=skia:3240

Review URL: https://codereview.chromium.org/1104693002
/external/skia/tools/nanobench_flags.py
1e37d1762c12b7498fdb9a77cefcec2777bb6b85 27-Mar-2015 borenet <borenet@google.com> Update [dm|nanobench]_flags for CPU/GPU split

TBR=mtklein
NOTREECHECKS=true
BUG=skia:2073

Review URL: https://codereview.chromium.org/1036223002
/external/skia/tools/nanobench_flags.py
9a0f629973ee97ea10f5e3c36a802eca4270d7e0 20-Mar-2015 egdaniel <egdaniel@google.com> Only use 256x256 tiles on hd2000 nanobench bots

Initial experiments did show that the 256 tile size fixed the hd2000 win7
nanobot failures. However it did not have any effect on other bots, so this
change is to move back to the larger tile size on all bots expect for the
hd2000.

BUG=skia:

Review URL: https://codereview.chromium.org/1022083002
/external/skia/tools/nanobench_flags.py
7e78f3d0e7ba7cf08080d5bf978c50fd5a9f6127 10-Mar-2015 mtklein <mtklein@chromium.org> Fix bug in Valgrind flags config.

'GPU' is in 'Test-Ubuntu14-GCE-NoGPU-x86_64-Release-Valgrind_CPU' too.

This means we're building it in no-GPU mode, and running it in no-CPU mode.
At least it finishes quite quickly this way (~10 seconds).

BUG=skia:

Review URL: https://codereview.chromium.org/992203004
/external/skia/tools/nanobench_flags.py
13e51f91ef39597430de8f318263f105ce14ba40 09-Mar-2015 borenet <borenet@google.com> Run Valgrind bots with --nogpu and --nocpu as appropriate

BUG=skia:3506
NOPRESUBMIT=true

Review URL: https://codereview.chromium.org/986583004
/external/skia/tools/nanobench_flags.py
bdff1fc49408609ac909b7a1cec3c689d3aaac37 01-Mar-2015 bsalomon <bsalomon@google.com> Add msaa runs to nanobench

TBR=mtklein@google.com

Review URL: https://codereview.chromium.org/964053002
/external/skia/tools/nanobench_flags.py
f73e589c0d3d54371466dcaa0642925824df24d7 24-Feb-2015 mtklein <mtklein@chromium.org> Add tools/nanobench_flags.py.

This should look suspiciously similar to tools/dm_flags.py. In fact, I
tweaked tools/dm_flags.py a bit to make it even more suspiciously similar.
I'll leave actually deduping this to future me.

I noticed we have an opportunity to make our Valgrind run of nanobench faster,
by not only making it not auto-calibrate (--loops 1) but also take only one
measurement (--samples 1). Should be 5-10x faster than the default.

BUG=skia:

Review URL: https://codereview.chromium.org/957503002
/external/skia/tools/nanobench_flags.py