Home
last modified time | relevance | path

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

/toolchain/pgo-profiles/scripts/
Dupdate_profiles.py58 def merge_profraws(self, profile_dir, output): argument
59 profraws = [os.path.join(profile_dir, p) for p in self.profraw_files(profile_dir)]
70 def profraw_files(self, profile_dir): argument
92 def profraw_files(self, profile_dir): argument
93 return os.listdir(profile_dir)
121 profile_dir = os.path.join(profile_base, invocation_dirs[0])
122 zipfiles = [f for f in os.listdir(profile_dir) if f.startswith('_data_local_tmp')]
125 raise RuntimeError('Expected one zipfile in {}. Found {}'.format(profile_dir,
128 zipfile_name = os.path.join(profile_dir, zipfiles[0])