Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » execution statistics TPTP 4.4
execution statistics TPTP 4.4 [message #96319] Wed, 18 April 2007 16:03 Go to next message
Eclipse UserFriend
Originally posted by: matthias.goettler.mathema.de

Hi all,

I am running eclipse 3.3 with TPTP 4.4 trying to profile some server
application.

Currently, I have the problem that I cannot seem to get valuable execution
data: I am using CGProf with custom filters and a custom profile.

Using TPTP 4.3, I managed to get a call-graph, UML Trace interactions etc.
displayed when importing the trcxml-file. With TPTP 4.4, I get a list of
methods that were called, and the times measured for all invocations, but
the UML Trace Interactions has "no data for display" and the Call Tree
view will only list all threads without showing calls being made by each
thread.

I already tried to display 4.4-data using a 4.3-TPTP installation, but
that didn't work.

My Profile file looks like this:
MONITOR_MODE=all
FILTERS=true
TRACK_GC_EVENT_TYPES=movesAndFrees
ID_STYLE=static
OPTIONS=true
TIMESTAMPS=true
METHOD_COUNTS=true
OBJ_ALLOC_IS_ARRAY=false
STACK_INFORMATION=boundaryAndContiguous
* STACK_INFORMATION=boundary
BOUNDARY_DEPTH=5
TICKET=true
TRACE_MODE=full
TRACE_ID_REFS=true

I am calling my application using
-agentlib:JPIBootLoader=JPIAgent:server=standalone,file=my.t rcxml,profile=My_profile.pro;CGProf

These configurations were simply reused from a previous TPTP 4.3
installation. Maybe there are different settings now?

As always, thanks in advance!
Matthias
Re: execution statistics TPTP 4.4 [message #96338 is a reply to message #96319] Wed, 18 April 2007 19:31 Go to previous message
No real name is currently offline No real nameFriend
Messages: 404
Registered: July 2009
Senior Member
Hi Matthias,

You'll need to append ":execdetails=true" to your JVM launch parameter. The
process will need to be invoked using
" -agentlib:JPIBootLoader=JPIAgent:server=controlled;CGProf:ex ecdetails=true ".
When you open the file generated, you should see methodEntry and methodExit
elements instead of agMethodEntry and agMethodExit elements.

Thanks,
Ali Mehregani

"Matthias "G
Previous Topic:Client samples for old protocol to talk to AC
Next Topic:sending command to agentcontroller
Goto Forum:
  


Current Time: Tue Apr 30 07:03:09 GMT 2024

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

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

Back to the top