Home
last modified time | relevance | path

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

/external/perfetto/test/trace_processor/graphics/
Dandroid_sysui_cuj.py26 def add_main_thread_atrace(trace, ts, ts_end, buf): function
48 add_main_thread_atrace(trace, ts_do_frame, ts_end_do_frame,
131 add_main_thread_atrace(
146 add_main_thread_atrace(
160 add_main_thread_atrace(
162 add_main_thread_atrace(
164 add_main_thread_atrace(
166 add_main_thread_atrace(
168 add_main_thread_atrace(
170 add_main_thread_atrace(
[all …]
Dandroid_jank.py21 def add_main_thread_atrace(trace, ts, ts_end, buf): function