Sign in
flutter
/
third_party
/
perfetto
/
617e15e8dc973c3d4ffd37fce3a6ab52e0aaa816
/
.
/
test
/
trace_processor
/
end_reason_eq.sql
blob: 960d7310a22d16e224c6b23f898e3f994e151c90 [
file
] [
log
] [
blame
]
select
end_state
,
count
(*)
from
sched
where
end_state
=
'D'
group
by
end_state