Sign in
flutter
/
third_party
/
perfetto
/
617e15e8dc973c3d4ffd37fce3a6ab52e0aaa816
/
.
/
test
/
trace_processor
/
systrace_html.sql
blob: 2251793597987dbd89fbaf4ed6421ab0f24d4eed [
file
] [
log
] [
blame
]
select
ts
,
cpu
,
dur
,
ts_end
,
utid
,
end_state
,
priority
,
upid
,
name
,
tid
from
sched
join
thread
using
(
utid
)
order
by
ts