Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » TPTP often hangs after first execution...
TPTP often hangs after first execution... [message #56869] Thu, 09 March 2006 12:21 Go to next message
Michael Moser is currently offline Michael MoserFriend
Messages: 914
Registered: July 2009
Senior Member
I observe, that very often profiling is unable to restart after
completion or
termination of a prior run. Is this a known effect/bug? Any workaround
(other than killing and restarting eclipse...).

This is on Eclipse 3.2M5 and TPTP-4.2.0-200602281515.

Michael
Re: TPTP often hangs after first execution... [message #57067 is a reply to message #56869] Thu, 09 March 2006 18:18 Go to previous messageGo to next message
Randy D. Smith is currently offline Randy D. SmithFriend
Messages: 394
Registered: July 2009
Senior Member
I don't know about the guys over on the profiling side, but it's not a
"known bug" to me. I'd file a bugzilla, and document what you can about
the scenario. In particular, are you going IAC (local connection ) or
RAC (agent controller in separate process)? Simple case (like the
tutorial CarModel) or something more complex? Make sure to indicate
JVM... and make sure you put the "a" on the 3.2M5 so they don't
immediately assume pilot error! :-)

I'm over on the (new technology) AC side, so when I see such things (and
I've seen things like this during the M5 development cycle) I assume
it's my stuff... One workaround I've developed for such situations
that's a half step above "killing and restarting eclipse" is to have
another workspace with very little in it (so startup is simple, e.g.,
have it in Resource mode) and just "Switch Workspace..." on the File
menu... then switch back. That seems to set things so that I can delete
the old run and run again.

But, again, directly to your question... I've actually run the CarModel
profiling multiple times on that stable release without needing to
restart... so your bugzilla could be very helpful.
--
RDS


Michael Moser wrote:
> I observe, that very often profiling is unable to restart after
> completion or
> termination of a prior run. Is this a known effect/bug? Any workaround
> (other than killing and restarting eclipse...).
>
> This is on Eclipse 3.2M5 and TPTP-4.2.0-200602281515.
>
> Michael
>
>
Re: TPTP often hangs after first execution... [message #57586 is a reply to message #56869] Sat, 11 March 2006 23:38 Go to previous messageGo to next message
Samson Wai is currently offline Samson WaiFriend
Messages: 46
Registered: July 2009
Member
Hi,

Are you using the standalone Agent Controller (localhost:10002) or the
Integrated Agent Controller (Local Direct Connection) for profiling? It
seems that you are using the Integrated Agent Controller from you message.

We have found some performance and stability issue with the Integrated
Agent Controller (IAC) in TPTP 4.1 and work has been done on improving
it in 4.2. Are you collecting a large amount of data? Since IAC is
residing in the same process as Eclipse, the heap and memory space
allocated for running Eclipse will be used by handling the profiling
data as well. This may be a problem if large amount of data is to be
collected, especially if you don't have a profiling filter set. A
workaround is to use a more restrictive profiling filter or use the
standalone Agent Controller if you definitely need to collect that
amount of data.

Samson


Michael Moser wrote:
> I observe, that very often profiling is unable to restart after
> completion or
> termination of a prior run. Is this a known effect/bug? Any workaround
> (other than killing and restarting eclipse...).
>
> This is on Eclipse 3.2M5 and TPTP-4.2.0-200602281515.
>
> Michael
>
>
Re: TPTP often hangs after first execution... [message #57636 is a reply to message #57586] Sun, 12 March 2006 22:54 Go to previous message
Michael Moser is currently offline Michael MoserFriend
Messages: 914
Registered: July 2009
Senior Member
"Samson Wai" <samwai@ca.ibm.com> wrote in message
news:duvn4c$u77$1@utils.eclipse.org...
> Hi,
>
> Are you using the standalone Agent Controller (localhost:10002) or the
> Integrated Agent Controller (Local Direct Connection) for profiling?
> It seems that you are using the Integrated Agent Controller from you
> message.

yes, the integrated AC.

> We have found some performance and stability issue with the Integrated
> Agent Controller (IAC) in TPTP 4.1 and work has been done on improving
> it in 4.2. Are you collecting a large amount of data? Since IAC is
> residing in the same process as Eclipse, the heap and memory space
> allocated for running Eclipse will be used by handling the profiling
> data as well. This may be a problem if large amount of data is to be
> collected, especially if you don't have a profiling filter set. A
> workaround is to use a more restrictive profiling filter or use the
> standalone Agent Controller if you definitely need to collect that
> amount of data.

The amount of data is certainly non-negligible. Noticing that the
default settings would collect enourmous amounts of data (and slowed
things down such that I always had to abort the program at first) I then
quickly added a filter that filters out a single class only, but one
callback method of that class is called VERY often, so I added another
rule to exclude that particular method and moved that filter to the top
position hoping that this would eliminate the problem. After that the
recording appeared to work fine, but I noticed this restart issue.

I'll give the standalone AC a try and see if this resolves the issue.

Michael
Previous Topic:Using TPTP4.1 for perfomance benchmarking
Next Topic:TPTP data collection problem
Goto Forum:
  


Current Time: Tue Apr 23 07:25:53 GMT 2024

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

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

Back to the top