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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -