Questions tagged [eclipse-tptp]

Eclipse Test & Performance Tools Platform

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 integrated with the platform and with other tools.

31 questions
58
votes
1 answer

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 "traceview". I didn't like my first experience with…
PinoSan
  • 1,508
  • 16
  • 27
20
votes
0 answers

Understanding eclipse's TPTP profiling tool trace format

I'm new to eclipse's TPTP profiling tool . I have received a TPTP trace and I need help to understand the content provided. The trace that contains function call entry and exists alongside with parameter of the function call on entry. It is from…
Rafa
  • 1,151
  • 9
  • 17
13
votes
3 answers

What do you use for profiling in Eclipse, now that TPTP is going to be archived?

Have you found a good alternative to TPTP, which is being archived, to profile Java applications in Eclipse? I understand this is not exactly a programming question, so please just drop me a message if this is not appropriate for Stack…
Miquel
  • 15,405
  • 8
  • 54
  • 87
6
votes
4 answers

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 error along the lines of: Error IWAT0435E could not…
Grundlefleck
  • 124,925
  • 25
  • 94
  • 111
5
votes
2 answers

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 will be disabled. To profile on a supported host,…
Dilip Rajkumar
  • 7,006
  • 6
  • 60
  • 76
5
votes
2 answers

Profiling for java in eclipse juno

I have to optimize performance of a team project (in eclipse Juno). To identify the bottle neck (timing) i'm searching for a tool or plugin. There seems to be a good platform TPTP, but this is not supported anymore in Eclipse Juno. JVM is a good…
Lambach
  • 53
  • 1
  • 1
  • 5
4
votes
1 answer

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 profile it as a web application, only as a java…
Kyle
  • 21,377
  • 37
  • 113
  • 200
4
votes
2 answers

Eclipse Kepler: Cannot install TPTP Java profiler

I have tried installing TPTP using two methods: Manual install Install using Eclipse Installation manager With the first method, no profiling options appear in the Eclipse IDE (I followed this guide). With the second method, I used the repository:…
Jodes
  • 14,118
  • 26
  • 97
  • 156
4
votes
2 answers

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 unavailable under port 10002. Make sure that the…
Ethan Heilman
  • 16,347
  • 11
  • 61
  • 88
3
votes
4 answers

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. To be fair, this property is called many many…
Mark
  • 458
  • 3
  • 7
3
votes
1 answer

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 eclipse galileo. am i right? 2. which language…
autobiographer
  • 945
  • 1
  • 9
  • 8
3
votes
2 answers

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 error under the Monitor tab: IWAT0435E An error…
Yon
  • 1,023
  • 4
  • 13
  • 23
2
votes
2 answers

Adding Profiling and Logging perspective to Eclipse on RedHat

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 "Profiling and Logging" perspective. What more must…
Raedwald
  • 46,613
  • 43
  • 151
  • 237
2
votes
1 answer

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 external server to Eclipse and that's why the tool…
mico
  • 12,730
  • 12
  • 59
  • 99
2
votes
1 answer

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 and events processed per second) but how do I…
Aaron Digulla
  • 321,842
  • 108
  • 597
  • 820
1
2 3