blob: 99b947f051789d1e4cef4c3c8f3624b1230eaa57 [file] [log] [blame]
SELECT
id,
depth,
name,
count,
cumulative_count,
size,
cumulative_size,
parent_id
FROM experimental_flamegraph(
(select max(graph_sample_ts) from heap_graph_object),
(select max(upid) from heap_graph_object),
'graph')
WHERE focus_str = 'LeftChild0'
LIMIT 10