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