execution statistics TPTP 4.4 [message #96319] |
Wed, 18 April 2007 12:03  |
Eclipse User |
|
|
|
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 15:31  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.06265 seconds