Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » where are my objects (in memory statistics) ?
where are my objects (in memory statistics) ? [message #500795] Sat, 28 November 2009 20:15 Go to next message
Sasha is currently offline SashaFriend
Messages: 3
Registered: July 2009
Junior Member
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
Re: where are my objects (in memory statistics) ? [message #500982 is a reply to message #500795] Mon, 30 November 2009 15:06 Go to previous message
Eugene Chan is currently offline Eugene ChanFriend
Messages: 287
Registered: July 2009
Senior Member
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
Previous Topic:TPTP on Ubuntu 9.10
Next Topic:TPTP-Agent Controller on Linux
Goto Forum:
  


Current Time: Wed Sep 25 17:29:27 GMT 2024

Powered by FUDForum. Page generated in 0.03095 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top