InfoQ

News

Bringing Profiling to Eclipse - The Eclipse Test & Performance Tools Platform

Posted by Scott Delap on Aug 20, 2006 11:29 AM

Community
Java
Topics
Artifacts & Tools
Tags
Eclipse
Many developers are unaware that the Eclipse Foundation has had a profiling project in development since 2004. The Eclipse Callisto 3.2 release includes version 4.2 of the Eclipse Test & Performance Tools Platform (TPTP). OnJava.com recently featured an introduction to using the tool.  TPTP addresses the entire test and performance life cycle, from early testing to production application monitoring, including test editing and execution, monitoring, tracing and profiling, and log analysis capabilities.

In addition the TPTP 4.2 release features a number of technical previews:

  • Automated GUI recording
    TPTP's Automated GUI Recorder allows users to record and playback user interactions under the Eclipse platform. The purpose of the feature is to allow users to automate functional test cases for applications developed under the Eclipse environment.

  • Test coverage analysis using line level coverage
    The line coverage function in TPTP allows you to collect line coverage information as you run or profile your application. This information is useful to identify code not being exercised or, in the case of a JUnit run, to see how much of the code is covered by the existing test cases.

  • JVMTI profiling support
    The new Java Profiler in TPTP allows you to profile your applications running in Java 1.5 and higher Java virtual machines. This Java profiler supports the Java Virtual Machine Tooling Interface (JVMTI) that replaces the experimental Java Virtual Machine Profiling Interface (JVMPI). The JVMTI replaces the JVMPI (Java Virtual Machine Profiling Interface) and the JVMDI (Java Virtual Machine Debug Interface).

  • Resource monitoring via WSDM and JMX
    The Managed Agent Explorer is a view that allows the user to manipulate managed resources by setting properties and invoking operations. Managed resources can be exposed through a variety of technologies, including JMX and Web Services Distributed Management (WSDM). The explorer is integrated into the standard TPTP tooling and utilizes the agent framework.

thenks by Mercedes Mercedes Posted Feb 20, 2009 6:34 PM
  1. Back to top

    thenks

    Feb 20, 2009 6:34 PM by Mercedes Mercedes

    Hello web sites provide information in many areas. web design, google ads and google adwords, factory work where information such as canvas cover can learn from our web site, thank you. google reklam reklam adwords google kayıt web tasarımı web tasarim web yazılımı web tasarım e-ticaret kurye e-ticaret branda tente branda tente branda dijital baskı reklam panosu reklam panoları reklam pano reklam ürünleri çerçeve broşürlük

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.