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

> 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




Back to the top