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