Home
last modified time | relevance | path

Searched defs:ts_end (Results 1 – 25 of 40) sorted by relevance

12

/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/metrics/graphics/
H A Dandroid_jank_cuj.py43 def add_main_thread_atrace(trace, ts, ts_end, buf): argument
52 def add_render_thread_atrace_end(trace, ts_end): argument
56 def add_render_thread_atrace(trace, ts, ts_end, buf): argument
61 def add_gpu_thread_atrace(trace, ts, ts_end, buf): argument
66 def add_jit_thread_atrace(trace, ts, ts_end, buf): argument
71 def add_sf_main_thread_atrace(trace, ts, ts_end, buf): argument
80 def add_sf_main_thread_atrace_end(trace, ts_end): argument
84 def add_sf_render_engine_atrace(trace, ts, ts_end, buf): argument
H A Dandroid_doframe_depth.py32 def add_render_thread_atrace_end(trace, ts_end): argument
36 def add_render_thread_atrace(trace, ts, ts_end, buf): argument
41 def add_gpu_thread_atrace(trace, ts, ts_end, buf): argument
45 def add_main_thread_atrace_from_depth(trace, ts, ts_end, buf, depth=0): argument
/aosp_15_r20/external/perfetto/src/trace_processor/metrics/sql/android/jank/
H A Dcujs_boundaries.sql142 MAX(ts_end) AS ts_end, field
199 MAX(ts_end) AS ts_end, field
286 MAX(ts_end) AS ts_end, field
305 draw_layers.ts_end, field
311 SELECT cuj_id, ts, ts_end, dur field
H A Dslices.sql44 slice.ts + slice.dur AS ts_end field
63 slice.ts + slice.dur AS ts_end field
103 slice.ts + slice.dur AS ts_end field
125 slice.ts + slice.dur AS ts_end field
H A Drelevant_slices.sql57 slice.ts + slice.dur AS ts_end, field
93 slice.ts + slice.dur AS ts_end, field
135 slice.ts + slice.dur AS ts_end, field
154 slice.ts + slice.dur AS ts_end, field
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/metrics/android/
H A Dandroid_sysui_notifications_blocking_calls_metric.py33 def add_main_thread_atrace(trace, ts, ts_end, buf, pid): argument
38 def add_async_trace(trace, ts, ts_end, buf, pid): argument
H A Dandroid_blocking_calls_cuj_metric.py57 def add_main_thread_atrace(trace, ts, ts_end, buf, pid): argument
62 def add_async_trace(trace, ts, ts_end, buf, pid): argument
H A Dsysui_update_notif_on_ui_mode_changed_metric.py44 def add_main_thread_atrace(trace, ts, ts_end, buf, pid): argument
H A Dandroid_sysui_notif_shade_list_builder_metric.py51 def add_main_thread_atrace(trace, ts, ts_end, buf, pid): argument
H A Dandroid_blocking_calls_cuj_different_ui_thread.py30 def add_ui_thread_atrace(trace, ts, ts_end, buf, tid): argument
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/sched/
H A Dthread_executing_span_with_slice.sql93 cr.ts + cr.dur AS ts_end, field
131 ts + dur AS ts_end, field
/aosp_15_r20/system/memory/libdmabufheap/tests/
Ddmabuf_heap_bench.c124 struct timespec ts_start, ts_end; in ion_heap_bench() local
172 struct timespec ts_start, ts_end; in dmabuf_heap_bench() local
/aosp_15_r20/external/perfetto/src/trace_processor/metrics/sql/android/startup/
H A Dlaunches_minsdk33.sql56 ts + dur AS ts_end, variable
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/startup/
H A Dstartup_events.sql23 ts + dur AS ts_end, field
H A Dstartups_minsdk33.sql56 ts + dur AS ts_end, field
H A Dstartups_minsdk29.sql54 le.ts_end, field
H A Dstartups.sql30 ts_end LONG, field
/aosp_15_r20/external/perfetto/src/trace_processor/metrics/sql/android/
H A Dandroid_batt.sql29 MAX(ts_end) AS ts_end field
H A Dandroid_blocking_calls_cuj_metric.sql101 min(s.ts + s.dur, cuj.ts_end) as ts_end, field
/aosp_15_r20/external/libvpx/vp8/encoder/
H A Dlookahead.h22 int64_t ts_end; member
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
H A Dfutex_bench.c22 struct timespec ts_start, ts_end; in test_futex() local
H A Dmmap_bench.c36 struct timespec ts_start, ts_end; in test_mmap() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/stringloops/
H A Dstrlen.c38 struct timespec ts_start, ts_end; in bench_test() local
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.AndroidStartup/
H A Doptimizations.ts29 ts_end: bigint; property
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_lookahead.h27 int64_t ts_end; member

12