eclipse - How to know the size of assembly lines of code between two c++ break points? -
i'm building c++ project under eclipse, , perform cache optimization need estimate if hot spot of code can fit in cache. put 2 break points , triggered eclipse disassembler, looks hard manually count code way..
is there idea more practical way?
have compiler emit assembly output. sure release builds, different debug builds. can analyze output manually, , see how memory needed code.
you've mentioned eclipse, assume talking gcc under linux, true msvc under windows.
Comments
Post a Comment