comparison graal/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/ProbeListener.java @ 16856:7833417c8172

Changes to Instrumentation
author David Piorkowski <david.piorkowski@oracle.com>
date Mon, 18 Aug 2014 14:36:12 -0700
parents 50d79ad439f1
children
comparison
equal deleted inserted replaced
16855:226552569e34 16856:7833417c8172
37 37
38 /** 38 /**
39 * Notifies that a newly created (untagged) {@link Probe} has been inserted into a Truffle AST. 39 * Notifies that a newly created (untagged) {@link Probe} has been inserted into a Truffle AST.
40 * There will be no notification when an existing {@link Probe} is shared by an AST copy. 40 * There will be no notification when an existing {@link Probe} is shared by an AST copy.
41 */ 41 */
42 void newProbeInserted(SourceSection location, Probe probe); 42 void newProbeInserted(SourceSection source, Probe probe);
43 43
44 /** 44 /**
45 * Notifies that a (fully constructed) {@link Probe} has been tagged. A subsequent marking with 45 * Notifies that a (fully constructed) {@link Probe} has been tagged. A subsequent marking with
46 * the same tag is idempotent and generates no notification. 46 * the same tag is idempotent and generates no notification.
47 */ 47 */