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