comparison truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/package-info.java @ 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 1348cc2e084e
children
comparison
equal deleted inserted replaced
22440:55f59502cf31 22441:bbe2598ae2bc
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20 * 20 *
21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 * or visit www.oracle.com if you need additional information or have any 22 * or visit www.oracle.com if you need additional information or have any
23 * questions. 23 * questions.
24 */
25
26 /*
27 @ApiInfo(
28 group="Obsolete soon"
29 )
24 */ 30 */
25 31
26 /** 32 /**
27 * <h4>Truffle {@linkplain com.oracle.truffle.api.instrument.Instrumenter Instrumentation}: access to execution events for Debuggers and other tools.</h4> 33 * <h4>Truffle {@linkplain com.oracle.truffle.api.instrument.Instrumenter Instrumentation}: access to execution events for Debuggers and other tools.</h4>
28 * <p> 34 * <p>