Sign in
flutter
/
third_party
/
perfetto
/
561ba7ee890b2ae08a5ec9bc3ef1301ba3a3ef16
/
.
/
test
/
trace_processor
/
clock_sync.sql
blob: 73d5d2a8ac74daf134bc893ef7fb77f2b43b3a4d [
file
] [
log
] [
blame
]
select
ts
,
cast
(
value
as
integer
)
as
int_value
from
counters
where
name
like
'gpu_counter%'