Tagged Questions

From http://www.eclipse.org/tptp/ The Eclipse Test and Performance Tools Platform (TPTP) Project provides an open platform supplying powerful frameworks and services that allow software developers to build unique test and performance tools, both open source and commercial, that can be easily ...

learn more… | top users | synonyms

45
votes
1answer
2k views

Profiling Android apps with Eclipse plugin TPTP instead of traceview

The standard way to profile an Android application in Eclipse is using the plugin DDMS and creating a trace file with all the information inside. If you want to view this information you can use ...
6
votes
4answers
3k views

How to solve TPTP Monitor error ( IWAT0435E ) in Eclipse, on Debian-based Linux?

After installing Test & Performance Tools Platform in Eclipse Ganymede on, whenever I tried to profile a Java application, I was confronted by the launch configuration dialogue which contained an ...
4
votes
1answer
299 views

Profiling Google App Engine Project With Eclipse TPTP?

How can I profile a google app engine project locally with the Eclipse Test & Performance Tools Platform? I already installed the plugin, but when I choose to profile it, there is no option to ...
3
votes
1answer
315 views

Static analysis framework for eclipse?

i just wanted to use eclipse tptp, a framework for static code analysis but the support for code analysis ended with tptp 4.5.0. 1. it seems that this version can not be integrated into the current ...
3
votes
2answers
3k views

How to get around TPTP's IWAT0435E in Windows

I have just installed TPTP's latest version (4.6.1) and am using Eclipse build 20090621-0832 on Windows 7 (User Control enabled). I'm trying to profile an application but am getting the following ...
3
votes
2answers
3k views

Eclipse TPTP or other java profiling solutions on OSX. Suggestions welcome

I'm attempting to profile junit tests in eclipse on OSX using TPTP. I installed the TPTP package from eclipse with no problem, I went to profile some code and it tells me: Agent Controller is ...
2
votes
1answer
232 views

Eclipse TPTP: How do I profile a unit test?

When I profile a project, I get a perspective which is mostly empty but for a view called "Profiling Monitor". I can see that the profiler is working (status bar says something about number of bytes ...
2
votes
1answer
2k views

tptp/profiling of web-application within eclipse - no data collectors available

I have a problem with tptp/profiling within eclipse. Because at first I had some very strange problems, I downloaded the “TPTP all-in-one package” ...
2
votes
1answer
794 views

Fail to profile remote java app using TPTP

I am trying to profile CPU usage using TPTP. Application to profile run on Linux RH AS5. I installed and configured Agent Controller like described here I ran the java application using the command ...
2
votes
1answer
2k views

Using TPTP to profile an Eclipse Plugin

I’m currently trying to profile an Eclipse Plugin using the TPTP tools. However, I have run into issues when trying to profile an plugin. I can profile a Java application fine, however when I try to ...
2
votes
4answers
564 views

Java Profiling: Private Property Getter has Large Base Time

I'm using TPTP to profile some slow running Java code an I came across something interesting. One of my private property getters has a large Base Time value in the Execution Time Analysis results. ...
1
vote
0answers
29 views

ClassNoDefFoundError while running a junit test which is instrumented using TPTP probekit agent

I've been dealing with this error message for a while now and nobody has been able to help me... I am trying to probe a java application using the standalone TPTP probekit agent with the following ...
1
vote
1answer
318 views

Free Open Source Profiling (Eclipse TPTP): how to profile an application on glassfish server?

I want to have a free Open Source profiling tool for an application that is run in Glassfish server. I develop my application on Eclipse so I'm thinking TPTP is a good alternative. Glassfish is an ...
1
vote
0answers
113 views

Setting JRE for TPTP profiling

I am trying to profile a project loads some external libraries which depends on cygwin. In order to do so, I need to use a native java launcher similar to the one suggested in this link. In the ...
1
vote
1answer
359 views

Slow profiling with Eclipse TPTP

I've developing an application in Eclipse 3.6 and am trying to get some simple execution profiling statistics with TPTP (basically just the execution time analysis). However, the profiling is running ...
1
vote
2answers
528 views

How can I profile tomcat on mac os X?

Dear All, I am running an independent (I mean not inside any IDE) tomcat instance. I want to profile my application because it seams to respond really slow in a particular use case. So, I tried ...
1
vote
2answers
690 views

How can I profile a JNI application using the Eclipse TPTP?

I need to profile a java application launched by the JNI invocation API from a C application, and naturally the TPTP tools seemed like a good place to start. However, I can start the application, but ...
0
votes
2answers
30 views

Tomcat application Profiler for Eclipse indigo

I tried installing TPTP profiler in eclipse indigo. However It is not working I am getting the following error. Your platform is not supported by Eclipse TPTP. The Integrated Agent Controller ...
0
votes
1answer
46 views

Setting up agent controller for tptp

I have already installed the tptp from eclipse's "install new software". In the next step I shoud install the agent controller. I've downloaded the agent controller 4.7.2 und unzipped it. According ...
0
votes
0answers
57 views

Profiling a web app running in jboss using TPTP eclipse

I have installed TPTP, and able to profile java applications. I want to profile a web app running in jboss server using tptp eclipse. Do i need to install Agent controller for that ?? Any links to ...
0
votes
1answer
148 views

Adding Profiling and Logging perspective to Eclipse

I am trying to set up Eclipse so I can profile a Java program using the TPTP profiler. I have downloaded and unzipped all the .zip files that I believe I need, but Eclipse still does not provide a ...
0
votes
2answers
105 views

Help Needed in Understanding TPTP Profiling Results

I am new to Profiling . i decided to start with Eclipse TPTP as its looks simple and easily configurable I started with this basic APplication public class As { public static void main(String ...
0
votes
1answer
107 views

Control TPTP profiling programatically

I need to profile a server-client Java application (based on Jersey/REST FYI). I have learned around that profiling remote servers is a real pain with TPTP, so I want to keep it simple : I have ...