Re: Got some code for you (ObjectSizeOfAgent)

2011-06-13 Thread Martin Grigorov
Hi, On Fri, Jun 10, 2011 at 10:09 PM, Jochen Mader 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 b

Re: Got some code for you (ObjectSizeOfAgent)

2011-06-10 Thread Jochen Mader
Yes, the differences are really significant, around 60-70% in a lot of scenarios. On Thu, Jun 9, 2011 at 11:21 AM, Martin Grigorov wrote: > Hi, > > Are there big differences between the results from > DeepInstrumentationSizeOfStrategy and > InstrumentationObjectSizeOfStrategy ? > > On Wed, Jun 8,

Re: Got some code for you (ObjectSizeOfAgent)

2011-06-09 Thread Martin Grigorov
Hi, Are there big differences between the results from DeepInstrumentationSizeOfStrategy and InstrumentationObjectSizeOfStrategy ? On Wed, Jun 8, 2011 at 8:32 PM, Jochen Mader wrote: > Hey, > a while ago I wrote about the difficulties to get the ObjectSizeOfAgent to > run. > As I needed it pret

Got some code for you (ObjectSizeOfAgent)

2011-06-08 Thread Jochen Mader
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