commit | 60ff4582ae76aa131aeb20a3e16c89fa3a40a41c | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Tue Mar 03 08:03:27 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Tue Mar 03 08:03:27 2015 -0800 |
tree | 4837addb7e2b9df8d35faa943408cb25aa206fbc | |
parent | 60d2a32b2dbbaabf4a0c133c8d3ff5ad888b8e5e [diff] |
Trim the fat off SkPMFloat bench. This bench was ~75% overhead, ~25% good bench. It is now just about the opposite: about 30% of the runtime is loop and random number overhead, and about 70% of the time is spent doing SkPMColor <-> SkPMFloat work. BUG=skia: NOPRESUBMIT=true Review URL: https://codereview.chromium.org/968133005