Sign in
flutter
/
third_party
/
perfetto
/
9ed18981b172e0ef8f5f1a42f22733f4656138bd
/
.
/
test
/
trace_processor
/
gpu_counters.sql
blob: e56d79508b1f9cdfe72fe3775f881824eaf82888 [
file
] [
log
] [
blame
]
select
"counter_id"
,
"ts"
,
"value"
,
"name"
,
"ref"
,
"ref_type"
from
counters
order
by
"ts"
;