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