Hava a look at qx.dev.ObjectSummary, the getInfo and getNewObjects methods. If that doesn't suit you qx.core.ObjectRegistry.getRegistry will supply you with all you want to know (and also with the ability to shoot you in the foot :). The Demobrowser uses it with an expression like qx.lang.Object.getLength(qx.core.ObjectRegistry.getRegistry()). The Inspector is also making use of the ObjectRegistry in various places.
T. > I know it exists but apparently I am searching the mail list with the > wrong terms so I am coming up empty. I am looking to get a coult of > the total number of qooxdoo objects in memory at any one time. What is > the easiets way to get this information? I am testing my pooling code > and I want to make sure that I am killin/or pooling all the objects > that I am creating. > > Thanks, > Jim > > ------------------------------------------------------------------------------ > For Developers, A Lot Can Happen In A Second. > Boundary is the first to Know...and Tell You. > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > http://p.sf.net/sfu/Boundary-d2dvs2 > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
