Sandwiched Top Functions
The Sandwiched Function View displays a sortable table of all functions and their execution times, with options to sort by self-time or total time. When you select a function in the table, it reveals two flamegraphs:
- Above: A flamegraph showing all callers of the selected function
- Below: A flamegraph showing all callees of the selected function
This "sandwich" visualization helps you understand both the upstream and downstream impact of any function in your codebase.