Hover any bar to open the span details. This panel tells you what the function is, where
it comes from, and how its time is spent. “Self time” is the time in the function body
only. “Total time” includes its children. The bars break each into instructions, cache,
and memory so you can see what is actually limiting progress.
Colors each span by the dominant bound on its self time: instruction-bound, cache-bound, memory-bound, or system-bound. Fast way to see what is blocking work.