Sign in
flutter
/
third_party
/
perfetto
/
a0481ae89c39cce40d3254947aea35faaf5aed16
/
.
/
test
/
trace_processor
/
profiler_smaps.sql
blob: 53e5fd26ef7cbf4d3ac5b0b34a0115fcb72517e4 [
file
]
select
id
,
type
,
upid
,
ts
,
path
,
size_kb
,
private_dirty_kb
,
swap_kb
from
profiler_smaps
;