Sign in
flutter
/
third_party
/
perfetto
/
0b75597e27aff59a918baab6cc6bc0a3db00ce86
/
.
/
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
;