Sign in
flutter
/
third_party
/
perfetto
/
4ec88d634cc29bd61ffd6e4cf07838043f8ad0d1
/
.
/
test
/
trace_processor
/
profiling
/
callstack_sampling_flamegraph.sql
blob: f9da1da8e0fdf5f0a6656538c7cc2c955a5e67c0 [
file
] [
log
] [
blame
]
select
*
from
experimental_flamegraph
where
upid
=
30
and
profile_type
=
'perf'
and
ts
<=
7689491063351
limit
10
;