Sign in
flutter
/
third_party
/
perfetto
/
fae4322f2e8e0973b63d5f5ca924d4a144ce11f0
/
.
/
test
/
trace_processor
/
counter_args_join.sql
blob: a082b64c057761c9afed15a49f9877fb5e409a32 [
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
(
arg_set_id
)
where
ref
=
1
limit
10
;