Per troubleshooting vs DevConsole, Tab "Watch"
Questions:
1. try to click the component such as VLayout, Button as well as Label, Right Click --> Destroy, I find the component immediately disable in the UI as well as the Canvas Count decreasing, but I cannot see any droping of memory (even I click the GC button in about:memory. Is it expected?
2. How to know the memory consumption based on particular VLayout and their Members ...? Can we find this in DevConsole?
3. as mentioned in <http://planet.openbravo.com/blog/finding-and-fixing-memory-leaks-in-a-smartclient-based-application/> that object to be associated by addChild(...) should not be auto destroy. However we find for Canvas that it only have addChild, but no addAutoChild or addMember methods, do you know how can object in Canvas can be auto destroy?
Questions:
1. try to click the component such as VLayout, Button as well as Label, Right Click --> Destroy, I find the component immediately disable in the UI as well as the Canvas Count decreasing, but I cannot see any droping of memory (even I click the GC button in about:memory. Is it expected?
2. How to know the memory consumption based on particular VLayout and their Members ...? Can we find this in DevConsole?
3. as mentioned in <http://planet.openbravo.com/blog/finding-and-fixing-memory-leaks-in-a-smartclient-based-application/> that object to be associated by addChild(...) should not be auto destroy. However we find for Canvas that it only have addChild, but no addAutoChild or addMember methods, do you know how can object in Canvas can be auto destroy?
Comment