Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "TPTP Sandbox"

m (Feel free to add new items to this page)
(Feel free to add new items to this page)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Feel free to add new items to this page ==
 
== Feel free to add new items to this page ==
 +
*[[TPTP_LLC|line level coverage]]
 +
*[[TPTP_non_JavaSandbox|TPTP support for other than Java]]
 +
*[[TPTP_heap_tools|New heap analysis tooling]]
  
*Line level coverage and Emma
+
------------
**The line level coverage offered as a technical preview in TPTP is using TPTP Probekit runtime to instrument the application and collect the required data. Although Probekit offers a range of powerful functionalities, such as remote coverage, there are a few shortcomings that needs to be resolved
+
Return to the [[TPTP]] wiki Page
***Probekit is using JVMPI ( and planned to use JVMTI for java 5+ ). As a result the application should be run in profiling mode in order to collect line coverage
+
***Agent Controller or IAC is required even when running locally
+
**A proposed solution is to replace the probekit runtime for running line coverage with the Emma project. More investigation is required to understand the implications.
+

Latest revision as of 00:12, 17 March 2008

Feel free to add new items to this page


Return to the TPTP wiki Page

Back to the top