Sign in
flutter
/
third_party
/
perfetto
/
0154ba33a5bb1d2ca681b60f06d34503d738184d
/
.
/
test
/
trace_processor
/
heap_graph_flamegraph.sql
blob: 157095ff27b4f220be0330998eff7076258a77a0 [
file
] [
log
] [
blame
]
SELECT
id
,
depth
,
name
,
map_name
,
count
,
cumulative_count
,
size
,
cumulative_size
,
parent_id
FROM
experimental_flamegraph
(
601908408518618
,
1
,
'graph'
)
LIMIT
10