Drop SkRasterPipelineBench N to 15.
This highlights overheads and instruction set switch costs. At time of writing on my HSW laptop, N = 16: 76ns N = 15: 291ns BUG=skia:6289 Change-Id: I01751e8f5ea6cf946e7710822d9bc742712553e9 Reviewed-on: https://skia-review.googlesource.com/8984 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Mike Klein <mtklein@chromium.org>
This commit is contained in:
parent
61b721c449
commit
cb79393e88
@ -9,7 +9,7 @@
|
||||
#include "SkOpts.h"
|
||||
#include "SkRasterPipeline.h"
|
||||
|
||||
static const int N = 1023;
|
||||
static const int N = 15;
|
||||
|
||||
static uint64_t dst[N]; // sRGB or F16
|
||||
static uint32_t src[N]; // sRGB
|
||||
|
Loading…
Reference in New Issue
Block a user