Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dannotate.py401 used_file_dict = dict()
418 self._add_file_period(source, period, used_file_dict)
426 self._add_file_period(source, period, used_file_dict)
443 def _add_file_period(self, source, period, used_file_dict): argument
444 if not used_file_dict.has_key(source.file_key):
445 used_file_dict[source.file_key] = True