| Free tutorials for Java, Eclipse and Web programming |
Version 0.6
Copyright © 2007 - 2009 Lars Vogel
17.11.2009
| Revision History | ||
|---|---|---|
| Revision 0.1 - 0.2 | 19.10.2007 | Lars Vogel |
| Described simple test for web applications | ||
| Revision 0.3 | 05.01.2009 | Lars Vogel |
| Described profiling of standard Java applications | ||
| Revision 0.4 | 15.11.2009 | Lars Vogel |
| Started update to Eclipse 3.5 | ||
| Revision 0.5 | 16.11.2009 | Lars Vogel |
| Added filter for packages | ||
| Revision 0.6 | 17.11.2009 | Lars Vogel |
| Removed web recording due to issues | ||
Table of Contents
Eclipse Test and Performance Tools Platform (TPTP) is a Eclipse project that contains tools for performance-testing, application profiling and testing an application. http://www.eclipse.org/tptp/
TPTP allows to profile your code. This includes the profiling of Java applications, JUnit test and web applications. TPTP allow to test and trace the applicationand test several aspects of your application's behavior, including memory usage (how many objects are being created, and the the size of the objects), execution traces (how much time did the application spend in certain code), and test coverage (how much of the code was executed during the JUnit tests).