Machine Code Analysis
Machine Code Analysis
llvm-mca
can be used to analyse machine code execution for different micro architectures. It can analyse assembly from any compiler and also hand written assembly.
Reading
https://llvm.org/docs/CommandGuide/llvm-mca.html https://llvm.org/docs/CommandGuide/llvm-exegesis.html