Home
last modified time | relevance | path

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

/external/perfetto/test/trace_processor/graphics/
Dandroid_jank.py23 trace.add_atrace_end(ts=ts_end, tid=PID, pid=PID)
28 trace.add_atrace_end(ts=ts_end, tid=RTID, pid=PID)
58 trace.add_atrace_end(ts=4_000_000, tid=1000, pid=1000)
62 trace.add_atrace_end(ts=5_500_000, tid=1000, pid=1000)
64 trace.add_atrace_end(ts=7_500_000, tid=1000, pid=1000)
65 trace.add_atrace_end(ts=7_500_500, tid=1000, pid=1000)
68 trace.add_atrace_end(ts=8_500_000, tid=1000, pid=1000)
69 trace.add_atrace_end(ts=8_900_000, tid=1000, pid=1000)
70 trace.add_atrace_end(ts=9_000_000, tid=1000, pid=1000)
71 trace.add_atrace_end(ts=9_000_000, tid=1000, pid=1000)
[all …]
Dcomposer_execution.py34 trace.add_atrace_end(ts=300, tid=10335, pid=10335)
36 trace.add_atrace_end(ts=500, tid=10335, pid=10335)
37 trace.add_atrace_end(ts=600, tid=10335, pid=10335)
42 trace.add_atrace_end(ts=1_300, tid=10335, pid=10335)
43 trace.add_atrace_end(ts=1_400, tid=10335, pid=10335)
49 trace.add_atrace_end(ts=2_400, tid=10335, pid=10335)
50 trace.add_atrace_end(ts=2_500, tid=10335, pid=10335)
52 trace.add_atrace_end(ts=2_700, tid=10335, pid=10335)
53 trace.add_atrace_end(ts=2_800, tid=10335, pid=10335)
59 trace.add_atrace_end(ts=3_400, tid=10335, pid=10335)
[all …]
Dandroid_sysui_cuj.py28 trace.add_atrace_end(ts=ts_end, tid=PID, pid=PID)
33 trace.add_atrace_end(ts=ts_end, tid=RTID, pid=PID)
38 trace.add_atrace_end(ts=ts_end, tid=1666, pid=PID)
43 trace.add_atrace_end(ts=ts_end, tid=JITID, pid=PID)
/external/perfetto/test/trace_processor/startup/
Dandroid_startup_attribution.py58 trace.add_atrace_end(
71 trace.add_atrace_end(ts=165, pid=APP_PID, tid=APP_TID)
75 trace.add_atrace_end(ts=175, pid=APP_PID, tid=APP_TID)
80 trace.add_atrace_end(ts=35, pid=APP_PID, tid=APP_TID)
90 trace.add_atrace_end(ts=265, pid=APP_PID, tid=APP_TID)
93 trace.add_atrace_end(ts=275, pid=APP_PID, tid=APP_TID)
97 trace.add_atrace_end(ts=65, pid=APP_PID, tid=APP_TID)
102 trace.add_atrace_end(ts=280, pid=APP_PID, tid=SECOND_APP_TID)
107 trace.add_atrace_end(ts=160, pid=APP_PID, tid=JIT_TID)
114 trace.add_atrace_end(ts=190, pid=APP_PID, tid=JIT_TID)
[all …]
Dandroid_startup_breakdown.py39 trace.add_atrace_end(ts=to_s(103), tid=2, pid=2)
46 trace.add_atrace_end(ts=to_s(155), tid=2, pid=2)
50 trace.add_atrace_end(ts=to_s(195), tid=1, pid=1)
59 trace.add_atrace_end(ts=to_s(189), tid=3, pid=3)
62 trace.add_atrace_end(ts=to_s(189), tid=3, pid=3)
64 trace.add_atrace_end(ts=to_s(192), tid=3, pid=3)
65 trace.add_atrace_end(ts=to_s(192), tid=3, pid=3)
71 trace.add_atrace_end(ts=to_s(194), tid=3, pid=3)
72 trace.add_atrace_end(ts=to_s(195), tid=3, pid=3)
80 trace.add_atrace_end(ts=to_s(202), tid=3, pid=3)
[all …]
Dandroid_startup.py34 trace.add_atrace_end(ts=101, tid=2, pid=2)
39 trace.add_atrace_end(ts=103, tid=2, pid=2)
69 trace.add_atrace_end(ts=212, tid=2, pid=2)
77 trace.add_atrace_end(ts=305, tid=2, pid=2)
82 trace.add_atrace_end(ts=403, tid=2, pid=2)
Dandroid_startup_process_track.py28 trace.add_atrace_end(ts=ts + 1, tid=2, pid=2)
44 trace.add_atrace_end(ts=ts + 6, tid=2, pid=2)
/external/perfetto/test/trace_processor/process_tracking/
Dreused_thread_print.py36 trace.add_atrace_end(ts=11, tid=11, pid=11)
49 trace.add_atrace_end(ts=19, tid=11, pid=10)
/external/perfetto/test/
Dsynth_common.py181 def add_atrace_end(self, ts, tid, pid): member in Trace