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