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