Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-core-dev] Bad scalability news

Pierre-Alexandre,

  I'm curious about how you used Hyades to help with this.  I've been
looking
for a way to experiment with Hyades in a "real-world" type of problem to see
what kind of a solution/opportunity they provide and would be interested in 
expanding on this approach.  Also, if we can we can put it to good use in
further
testing efforts on the CDT using an "all eclipse" style solution.

Thanks,
 Thomas

> -----Original Message-----
> From: Pierre-Alexandre Masse [mailto:pmasse@xxxxxxxxxx]
> Sent: Wednesday, May 12, 2004 12:26 PM
> To: cdt-core-dev@xxxxxxxxxxx
> Subject: Re: [cdt-core-dev] Bad scalability news
> 
> 
> 
> > Unfortunately no one here yet knows how to dump all the 
> objects allocated 
> > in the jvm. Hprof is lovely, but to nail this we really 
> don't want to track 
> > everything for all time, we just want to dump twice and see 
> what's new. Any 
> > pointers on how to do that?
> 
> I had a similar problem with DevRocket and I used hyades to profile my
> operation. If you profile the very particular operation you are
> interested in (in this case opening and closing a c file I 
> believe) you
> should find the data very useful and it should point you 
> quickly to the
> non-released objects.
> 
> I hope it helps.
> 
> Pierre-Alexandre
> 
> 
> _______________________________________________
> cdt-core-dev mailing list
> cdt-core-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-core-dev
> 


Back to the top