Remix.run Logo
duped 4 days ago

perf doesn't give you instruction level profiling, does it? I thought the traces were mostly at the symbol level

Sesse__ 4 days ago | parent [-]

Hit enter on the symbol, and you get instruction-level profiles. Or use perf annotate explicitly. (The profiles are inherently instruction-level, but the default perf report view aggregates them into function-level for ease of viewing.)