Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dannotate.py252 used_file_dict = {}
268 self._add_file_period(source, period, used_file_dict)
276 self._add_file_period(source, period, used_file_dict)
291 def _add_file_period(self, source, period, used_file_dict): argument
292 if source.file_key not in used_file_dict:
293 used_file_dict[source.file_key] = True