/external/chromium_org/third_party/skia/experimental/benchtools/ |
D | greenify.py | 60 def git_commit_expectations(repo_dir, exp_dir, bot, build, commit): argument 73 branch = exp_dir[exp_dir.rfind('/') + 1:] 78 ['cp', '%s/%s' % (exp_dir, filename), 'expectations/bench'], 101 def widen_bench_ranges(url, bot, repo_dir, exp_dir): argument 146 dst = os.path.join(exp_dir, fname) 190 exp_dir = os.path.join(d, 'exp' + ts_str) 191 clean_dir(exp_dir) 192 if not widen_bench_ranges(args.url, bot, repo_dir, exp_dir): 195 repo_dir, exp_dir, bot, build, commit): 201 delete_dirs([exp_dir])
|
D | rebase.py | 101 def calc_expectations(p, h, gs_dir, exp_dir, repo_dir, extra_dir, extra_hash): argument 103 exp_fullname = os.path.join(exp_dir, exp_filename) 145 filecmp.cmp(repo_file, os.path.join(exp_dir, exp_filename))): 169 def git_commit_expectations(repo_dir, exp_dir, update_li, h, commit, argument 183 branch = exp_dir.split('/')[-1] 189 [['cp', '%s/%s' % (exp_dir, f), 'expectations/bench'] for f in 287 exp_dir = os.path.join(d, 'exp' + ts_str) 290 clean_dir(exp_dir) 310 if calc_expectations(p, h, gs_dir, exp_dir, repo_dir, extra_dir, 313 elif calc_expectations(p, h, gs_dir, exp_dir, repo_dir, '', ''): [all …]
|
/external/skia/experimental/benchtools/ |
D | greenify.py | 60 def git_commit_expectations(repo_dir, exp_dir, bot, build, commit): argument 73 branch = exp_dir[exp_dir.rfind('/') + 1:] 78 ['cp', '%s/%s' % (exp_dir, filename), 'expectations/bench'], 101 def widen_bench_ranges(url, bot, repo_dir, exp_dir): argument 146 dst = os.path.join(exp_dir, fname) 190 exp_dir = os.path.join(d, 'exp' + ts_str) 191 clean_dir(exp_dir) 192 if not widen_bench_ranges(args.url, bot, repo_dir, exp_dir): 195 repo_dir, exp_dir, bot, build, commit): 201 delete_dirs([exp_dir])
|
D | rebase.py | 91 def calc_expectations(p, h, gs_dir, exp_dir, repo_dir): argument 95 os.path.join(exp_dir, exp_filename)], 104 filecmp.cmp(repo_file, os.path.join(exp_dir, exp_filename))): 128 def git_commit_expectations(repo_dir, exp_dir, update_li, h, commit): argument 139 branch = exp_dir.split('/')[-1] 145 [['cp', '%s/%s' % (exp_dir, f), 'expectations/bench'] for f in 215 exp_dir = os.path.join(d, 'exp' + ts_str) 217 clean_dir(exp_dir) 233 if calc_expectations(p, h, gs_dir, exp_dir, repo_dir): 238 repo_dir, exp_dir, update_li, args.githash[:7], commit): [all …]
|