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