Searched refs:add_actual_display_frame_start_event (Results 1 – 3 of 3) sorted by relevance
/external/perfetto/test/trace_processor/graphics/ |
D | frame_timeline_events.py | 52 trace.add_actual_display_frame_start_event(ts=20, cookie=2, token=2, pid=666, present_type=PresentT… 58 trace.add_actual_display_frame_start_event(ts=42, cookie=4, token=4, pid=666, present_type=PresentT… 69 trace.add_actual_display_frame_start_event(ts=81, cookie=8, token=6, pid=666, present_type=PresentT… 80 trace.add_actual_display_frame_start_event(ts=108, cookie=12, token=8, pid=666, present_type=Presen… 90 trace.add_actual_display_frame_start_event(ts=148, cookie=16, token=12, pid=666, present_type=Prese… 96 trace.add_actual_display_frame_start_event(ts=170, cookie=18, token=15, pid=666, present_type=Prese… 110 trace.add_actual_display_frame_start_event(ts=200, cookie=24, token=17, pid=666, present_type=Prese… 118 trace.add_actual_display_frame_start_event(ts=245, cookie=27, token=18, pid=666, present_type=Prese…
|
D | android_sysui_cuj.py | 70 trace.add_actual_display_frame_start_event(
|
/external/perfetto/test/ |
D | synth_common.py | 668 def add_actual_display_frame_start_event(self, ts, cookie, token, pid, member in Trace
|