History log of /external/skia/bin/compare
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dad837ace18157ee61b8c53fb2ba667220f32a30 06-Nov-2015 herb <herb@google.com> compare has a syntax error where it is missing the path to sem().
BUG=skia:

Review URL: https://codereview.chromium.org/1420963010
/external/skia/bin/compare
24a592c2ef586eaffefab068fdf94c284ae80e57 28-Oct-2015 mtklein <mtklein@chromium.org> Make bin/c and bin/compare work on Windows.
- Call python explicitly.
- Drop numpy dependency (on numpy.mean.... come on.)
- Make scipy dependency optional.

Depends on https://codereview.chromium.org/1419073003 to really work.

BUG=skia:

Doesn't change code.
NOTRY=true

Review URL: https://codereview.chromium.org/1416833004
/external/skia/bin/compare
af4edf9ccc274bef118b268145e0d1ae25072a5f 09-Jul-2015 herb <herb@google.com> Change to use mean and to use stderr.

BUG=skia:

Review URL: https://codereview.chromium.org/1228783003
/external/skia/bin/compare
2c56ba5cde25a5cdbeca2afd660b497b428e8f07 26-Jun-2015 cdalton <cdalton@nvidia.com> Don't suppress nanobench output table in verbose mode

Changes verbose mode to print both the table and the individual sample
values. No need to hold back information in verbose mode.

BUG=skia:

Review URL: https://codereview.chromium.org/1208763003
/external/skia/bin/compare
8a84db909a65fae4e801999fb45c538aaad805a8 24-Nov-2014 Mike Klein <mtklein@google.com> Don't count a leading 1 as a signficant digit in the ratio.

What used to look like this:
desk_pokemonwiki.skp 9.38ms -> 9.76ms 1x
tabl_pravda.skp 237us -> 241us 1x
desk_css3gradients.skp 249us -> 254us 1x
....
desk_fontwipe.skp 39.6us -> 38.7us 0.98x
tabl_digg.skp 922us -> 893us 0.97x
tabl_gmail.skp 20.7us -> 20us 0.96x

Now will print more like this:

desk_pokemonwiki.skp 9.38ms -> 9.76ms 1.04x
tabl_pravda.skp 237us -> 241us 1.02x
desk_css3gradients.skp 249us -> 254us 1.02x
....
desk_fontwipe.skp 39.6us -> 38.7us 0.98x
tabl_digg.skp 922us -> 893us 0.97x
tabl_gmail.skp 20.7us -> 20us 0.96x

BUG=skia:

Review URL: https://codereview.chromium.org/756643004
/external/skia/bin/compare
7ba39cb9a6c97f07eb392a1cf99ce65c1f23ded0 24-Nov-2014 mtklein <mtklein@chromium.org> Add nanobench stats scripts to Skia repo.

These are the scripts I've been homegrowing for measuring perf impact. I think we found them useful today as a way of sifting through the noise.

BUG=skia:

Review URL: https://codereview.chromium.org/703713002
/external/skia/bin/compare