1# Contains smoke tests which test the most fundamentally important 2# features of trace processor 3# 4# Note: new tests here should only be added by the Perfetto team. 5 6# JSON trace parsing 7../../data/sfgate.json ../common/smoke.sql sfgate_smoke.out 8../../data/sfgate.json ../common/smoke_slices.sql sfgate_smoke_slices.out 9 10# Sched events 11../../data/android_sched_and_ps.pb ../common/smoke.sql android_sched_and_ps_smoke.out 12 13# Compresesed traces 14../../data/compressed.pb ../common/smoke.sql compressed_smoke.out 15 16# Sched events from sythetic trace 17../common/synth_1.py ../common/smoke.sql synth_1_smoke.out 18 19# Compute CPU time metric testing several core tables. 20../../data/example_android_trace_30s.pb thread_cpu_time.sql thread_cpu_time_example_android_trace_30s.out 21 22# Compute power proxy metric 23../../data/cpu_counters.pb proxy_power.sql proxy_power.out 24