CPU Profile IMIX report generation
If you are interested in the hot instructions for a target application then in such IMIX report will be useful. IMIX report generates report on hotspot instructions summary.
Sample IMIX report summary:
Disassembly |
Samples Percentage |
Samples Count |
mov [rsp+08h],rcx |
5.54 |
111 |
retnq |
3.54 |
71 |
mov rax,[rsp+08h] |
3.09 |
62 |
sub rsp,28h |
2.79 |
56 |
mov [rsp+18h],r8d |
2.44 |
49 |
mov [rsp+10h],edx |
2.34 |
47 |
Only CPU Profiler CLI interface supports IMIX report generation. Use option ‘-R imix’ in CLI during report generation to generate IMIX information. Refer CodeXLCpuProfiler help (-h) option to get more details.