| Commit message (Collapse) | Author | Age |
|
|
|
| |
Review URL: https://codereview.chromium.org/1425593011
|
|
|
|
|
|
| |
BUG=skia:
Review URL: https://codereview.chromium.org/1420963010
|
|
|
|
|
|
|
|
| |
NOTREECHECKS=true
BUG=skia:
Review URL: https://codereview.chromium.org/1423463005
|
|
|
|
|
|
|
| |
TBR=mtklein@google.com
NOTRY=true
Review URL: https://codereview.chromium.org/1415193006
|
|
|
|
| |
Review URL: https://codereview.chromium.org/1426103004
|
|
|
|
| |
Review URL: https://codereview.chromium.org/1427183003
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
R=halcanary@gmail.com
Review URL: https://codereview.chromium.org/1342543003 .
|
|
|
|
|
|
| |
BUG=skia:
Review URL: https://codereview.chromium.org/1305143002
|
|
|
|
|
|
| |
BUG=skia:
Review URL: https://codereview.chromium.org/1228783003
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes two issues: If gyp is run with the CXX and CC environment
variables set, it will produce different ninja build files.
sync-and-gyp now tracks the values of those variables; if they change,
re-run gyp.
Secondly, we introduced find.py, which is used inside gyp files. If
the contents of certain directories changes, gyp should be re-run. So
now we track those directories too.
Review URL: https://codereview.chromium.org/1153083002
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make the bin/c and bin/ac scripts work with sh. The scripts are run with
/bin/sh shebang, which fails atleast on ubuntu 12.04 /bin/sh. The sh in
Ubuntu 12.04 is dash.
The fixes are according to the suggestions in http://mywiki.wooledge.org/Bashism
Also run "compare" script with explicit ./bin/ path to support people
who do not have skia/bin in PATH.
Review URL: https://codereview.chromium.org/1139033005
|
|
|
|
|
|
|
| |
NOTRY=true
TBR=scroggo@google.com
Review URL: https://codereview.chromium.org/1104613003
|
|
|
|
|
|
| |
NOTRY=true
Review URL: https://codereview.chromium.org/1035003004
|
|
|
|
|
|
|
|
|
| |
I keep forgetting how best to do this.
NOTRY=true
NOTREECHECKS=true
Review URL: https://codereview.chromium.org/880283002
|
|
|
|
|
|
| |
BUG=skia:
Review URL: https://codereview.chromium.org/874643002
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|