Sign in
flutter
/
third_party
/
perfetto
/
84a1bf4a1a81635963f100c14f32dbaf7d66f90b
/
.
/
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%'