where are my objects (in memory statistics) ? [message #500795] |
Sat, 28 November 2009 15:15  |
Eclipse User |
|
|
|
I'm trying to use TPTP Memory Analysis to,well, profile my application memory usage. Unfortunately, the memory analysis results only show memory usage per class, which is pretty much useless - it is not very informative to discover that most of the memory was consumed by byte[] class, I pretty much new this already before running the profiler.
What am I missing ?
Thanks.
|
|
|
Re: where are my objects (in memory statistics) ? [message #500982 is a reply to message #500795] |
Mon, 30 November 2009 10:06  |
Eclipse User |
|
|
|
Hi,
You can try configure the profiling filter as part of your launch
configuration (under the Monitor tab, double click on the profiler you are
using to edit the filter) and add the following:
yourpackage* * INCLUDE
to the existing filter (to the top of the list) for having the profiler
collects data for classes in your pacakges.
There is no instance information collection support in the TPTP memory
analysis.
Eugene
"Sasha" <sasha.sirotkin@gmail.com> wrote in message
news:hes0cr$eir$1@build.eclipse.org...
> I'm trying to use TPTP Memory Analysis to,well, profile my application
> memory usage. Unfortunately, the memory analysis results only show memory
> usage per class, which is pretty much useless - it is not very informative
> to discover that most of the memory was consumed by byte[] class, I pretty
> much new this already before running the profiler.
>
> What am I missing ?
>
> Thanks.
> --
> BrowserSeal - fast multi browser screenshots - http://www.browserseal.com
|
|
|
Powered by
FUDForum. Page generated in 0.03146 seconds