b23d66e10a
- Update the parameter lists to both run and runStriped so that they're in the same (sane) order, named consistently, and always take counts with pointer arguments. - Add the same count-based safety checks to run that were already in runStriped. - Remove the N parameter to run, it was only used to run things one-at-a-time (other than one spot in unit tests), and it simplifies the code quite a bit. If you want to run multiple times, use the striped version. I also moved that functions 'N' earlier in the parameter list, to make the pattern of the remaining parameters clearer. - Remove an interpreter benchmark class that was never used. Change-Id: Ibff0a47bdb2d29d095a0addd27e65ab13cb80fce Reviewed-on: https://skia-review.googlesource.com/c/skia/+/244716 Reviewed-by: Ethan Nicholas <ethannicholas@google.com> Commit-Queue: Brian Osman <brianosman@google.com> |
||
---|---|---|
.. | ||
include | ||
src | ||
BUILD.gn | ||
particles.gni |