Home
last modified time | relevance | path

Searched refs:self (Results 1 – 2 of 2) sorted by relevance

/toolchain/benchmark/
Dautotest.diff20 + def run_once(self, host=None):
21 + self.client = host
44 + self.client.run('chmod u+x ' + bench_dir_DUT)
48 + self.client.run('taskset %s /data/local/tmp/'
53 + self.client.run('taskset %s /data/local/tmp/'
136 + def run_once(self, host=None):
137 + self.client = host
174 + result = self.client.run('time taskset %s dex2oat'
257 + def run_once(self, host=None):
258 + self.client = host
[all …]
/toolchain/pgo-profiles/scripts/
Dupdate_profiles.py40 def __init__(self, name): argument
41 self.name = name
43 def x20_profile_location(self): argument
46 def apct_job_name(self): argument
49 def profdata_file(self, suffix=''): argument
50 profdata = os.path.join(self.name, '{}.profdata'.format(self.name))
55 def profraw_files(self): argument
58 def merge_profraws(self, profile_dir, output): argument
59 profraws = [os.path.join(profile_dir, p) for p in self.profraw_files(profile_dir)]
64 def apct_job_name(self): argument
[all …]