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