Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dannotate.py282 used_file_dict = {}
298 self._add_file_period(source, period, used_file_dict)
306 self._add_file_period(source, period, used_file_dict)
323 def _add_file_period(self, source, period, used_file_dict): argument
324 if source.file_key not in used_file_dict:
325 used_file_dict[source.file_key] = True