Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Very slow performance while profiling
Very slow performance while profiling [message #495625] Thu, 05 November 2009 14:28 Go to next message
eclipse is currently offline eclipseFriend
Messages: 9
Registered: November 2009
Junior Member
Hi,

I've have downloaded a new copy of Eclipse v3.4 and run my application using the TPTP profiling. The application starts without any problems but after a few seconds it grinds to a hault running so slowely that it almost stops completely.

I have tried increasing the VM args, to:

-Xms512m -Xmx1024m


However this has no effect.

I have tried pausing the logging but this does not work either. I have also tried restricting what packages are profiled within the filter set, but again this has no effect.

Any suggestions?

Thanks

[Updated on: Thu, 05 November 2009 14:31]

Report message to a moderator

Re: Very slow performance while profiling memory [message #495917 is a reply to message #495625] Fri, 06 November 2009 15:59 Go to previous messageGo to next message
Eugene Chan is currently offline Eugene ChanFriend
Messages: 287
Registered: July 2009
Senior Member
Hi,

Try modifiy the profile filter to better scope the data collection. Try
something like:
mypackage* * INCLUDE
* * EXCLUDE
The filter set above will only collect profiling data of execution in your
package(replace mypackage with your own package prefix) and exclude
everything else. This will lower the amount of data collection from other
unrelated package/component.

Eugene

<eclipse@simon.uk.net> wrote in message
news:hcundm$s10$1@build.eclipse.org...
> Hi,
>
> I've have downloaded a new copy of Eclipse v3.4 and run my application
> using the TPTP profiling. The application starts without any problems but
> after a few seconds it grinds to a hault running so slowely that it almost
> stops completely.
>
> I have tried increasing the VM args, to:
>
> -Xms512m -Xmx1024m
>
> However this has no effect.
> I have tried pausing the logging but this does not work either. I have
> also tried restricting what packages are profiled within the filter set,
> but again this has no effect.
>
> Any suggestions?
>
> Thanks
Re: Very slow performance while profiling memory [message #495925 is a reply to message #495917] Fri, 06 November 2009 16:15 Go to previous messageGo to next message
eclipse is currently offline eclipseFriend
Messages: 9
Registered: November 2009
Junior Member
Hi, thanks for your reply.

However as I have stated in my original post, I have already tried restricting which packages are profiled but this does not help.

Any other suggestions?

Thanks.
Re: Very slow performance while profiling memory [message #495950 is a reply to message #495925] Fri, 06 November 2009 18:33 Go to previous message
Eugene Chan is currently offline Eugene ChanFriend
Messages: 287
Registered: July 2009
Senior Member
You can also try 'profile to a file' where an option is available under the
'Destination' tab. Enabling the option and specifying a local file will
allow profile data be routed to a local file and using the
File>Import>Profiling File wizard to import the data in portion or range to
limit the amount of data be shown and loaded for analysis.

Eugene

<eclipse@simon.uk.net> wrote in message
news:hd1i2u$op7$1@build.eclipse.org...
> Hi, thanks for your reply.
> However as I have stated in my original post, I have already tried
> restricting which packages are profiled but this does not help.
> Any other suggestions?
> Thanks.
Previous Topic:Exception in thread "main"
Next Topic:Beginner question: creating diagrams using UML 2.0 Testing profile
Goto Forum:
  


Current Time: Fri Apr 26 00:45:25 GMT 2024

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

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

Back to the top