changeset 22441:bbe2598ae2bc

New version of the instrumentation API with similar concepts, but better performance characteristics needs to be developed.
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Wed, 09 Dec 2015 17:57:17 +0100
parents 55f59502cf31
children 66f79c26f897
files truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/package-info.java
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/package-info.java	Wed Dec 09 17:44:06 2015 +0100
+++ b/truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/package-info.java	Wed Dec 09 17:57:17 2015 +0100
@@ -23,6 +23,12 @@
  * questions.
  */
 
+/*
+ @ApiInfo(
+ group="Obsolete soon"
+ )
+ */
+
 /**
  * <h4>Truffle {@linkplain com.oracle.truffle.api.instrument.Instrumenter Instrumentation}: access to execution events for Debuggers and other tools.</h4>
  * <p>