Sign in
flutter
/
third_party
/
perfetto
/
84b1fb2bc73d0a27647c31a5b42faa280b9d1b32
/
.
/
test
/
trace_processor
/
counter_args_join.sql
blob: 912fac94c9e3e2021a108ff37b026ff3a85cb925 [
file
] [
log
] [
blame
]
select
ts
,
dur
,
counters
.
name
as
counters_name
,
value
,
ref
,
ref_type
,
id
,
args
.
key
as
args_key
,
int_value
as
utid
from
counters
inner
join
args
using
(
id
)
where
ref
=
1
limit
10
;