Re: Internal storage of nodes
Martin Matula <[email protected]> Tue, 12 Oct 2004 21:55:11 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Brian, in what context do you want to measure this? Are you using MDR as a standalone tool or do you refer to its usage in JavaCore module? Martin Brian Topping wrote: >Hi list, > >I'm experimenting with some code in NBR and was wondering if I could confirm >some of my findings or get some alternate suggestions. > >I'm trying to find bottleneck points in the code for objects in a repository. >I'd like to add some experimental code to audit them as they go in or out of >storage. It seems like persistent storage of objects is all done by mofID >via DeferredObjects, is that so? Then it seems that >registerExternal/removeExternal/getExternal in MdrStorage are going to be >bottlenecks, that I should be able to audit everything that is created or >read from there. > >If this isn't the case, is there some minimal set of points that I can >intercept where objects in the repository are sent after they are created? > >Thanks! > >Brian > >