Menu

#4 Grouping several lines

open
nobody
None
5
2011-05-11
2011-05-11
No

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.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.