Sign in
flutter
/
third_party
/
perfetto
/
a9f9b4cfa4c1d35a4ef00b4c238e658f5a3779b9
/
.
/
test
/
trace_processor
/
smoke_slices.sql
blob: 9f8dce265415c36f8224e87501d399c030adb036 [
file
]
select
depth
,
count
(*)
as
count
from
slices
group
by
depth
order
by
depth
;