blob: 95d498a5f5cb59511f2430fdcda0e9fe89ca6968 [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 = 'left'
LIMIT 10