Basic Tracing of Function Calls
Once you click the play button, the target program (top) is provided as a string to the instrumenter (bottom). The instrumenter is responsible for transforming and then executing it.
This demo traces function calls by weaving logic at the apply@around
join point.