Hi, ext Federico Mena Quintero wrote:
- If you have a window with 3 buttons and 2 entries, it should take (3*0.00x + 2*0.00y + a bit more for the window). If that is not in the ballpark of the actual result you get, you know there's something wrong.
Note: Deep widget hierarchies add noticable overhead because of size request / allocate propagation.
Btw. With large themes (hundreds of styles like in Maemo), binding the styles to a widget shows up clearly in profiler if you create for example a treeview with hundreds of items. - Eero