Skip to main content



      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 15:15 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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: Tue Jul 22 18:21:19 EDT 2025

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

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

Back to the top