Grouping several lines
Status: Beta
Brought to you by:
weidendo
Hello
I wish to be able to group several lines form "source view" and "assembler view" together in terms of their Ir counts (callgrind dump-instr + tracejump run analysis). E.g. I have some hot-spot with several lines:
for(i=0;i<100000000;i++)
{
statement1
statement2
}
For both statements, the Ir count is same in my case. I want to select both lines and to get summary Ir count for this fragment.
The same is for asm view.