Hi, On Fri, Jun 10, 2011 at 10:09 PM, Jochen Mader <[email protected]> wrote: > Yes, the differences are really significant, around 60-70% in a lot of > scenarios. This is not good :-)
Have you seen the Google's tool for this: http://jeremymanson.blogspot.com/2009/12/allocation-instrumenter-for-java_10.html It'd be interesting to know to which of the two impls below it is closer. > > On Thu, Jun 9, 2011 at 11:21 AM, Martin Grigorov <[email protected]> wrote: >> Hi, >> >> Are there big differences between the results from >> DeepInstrumentationSizeOfStrategy and >> InstrumentationObjectSizeOfStrategy ? >> >> On Wed, Jun 8, 2011 at 8:32 PM, Jochen Mader <[email protected]> >> wrote: >>> Hey, >>> a while ago I wrote about the difficulties to get the ObjectSizeOfAgent to >>> run. >>> As I needed it pretty badly for a project I built something new and >>> added some more accurate size measurement for objects. >>> I put all my code on Github and I am going to add some more >>> performance related things in there. >>> https://github.com/pflanzenmoerder/object-size/ >>> >>> I copied the code from the size of agent (with proper mentioning of >>> where I got it from) and added it as one of the possible strategies to >>> estimate the size of pages in ram. >>> It all uses AspectJ and has no direct dependencies to Wicket and can >>> be deploied as an agent using LoadTimeWeaving. >>> It's all Appache 2 License (I hope that's correct). >>> >>> Would that be of any interest for the Wicket-project? >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >> >> >> >> -- >> Martin Grigorov >> jWeekend >> Training, Consulting, Development >> http://jWeekend.com >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
