Sign in
flutter
/
third_party
/
perfetto
/
f10b2053be67439539968c9f391f63664de779d4
/
.
/
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
;