Searched defs:app_phase (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/tools/systrace_parser/parser/ |
D | tracker.py | 49 def __init__(self, tgid, is_driver, app_phase): argument 187 def get_ld_pe_begins(self, app_phase): argument 190 def get_ld_pe_ends(self, app_phase): argument 193 def get_stat(self, tag, app_phase, special_case_pe=True): argument 222 def get_execution_count(self, app_phase): argument 231 def get_begins(self, app_phase, function): argument 234 def get_ends(self, app_phase, function): argument
|
D | tree.py | 28 def push(self, start_time_s, mark, layer, phase, app_phase, subtract): argument 187 def __init__(self, start_time_s, mark, layer, phase, app_phase, subtract): argument 247 def add(self, start_time_s, mark, layer, phase, app_phase, subtract): argument 253 def add_intermediate_parent(self, layer, phase, app_phase): argument
|
/frameworks/ml/nn/tools/systrace_parser/parser/test/ |
D | test_stats.py | 35 def check_overall_time(self, tag, spec_interval, app_phase=None): argument
|