You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a possibility to selectively chose AST nodes for instrumentation? For example, I want to instrument and track only function calls to reduce the overall overhead of instrumenting all nodes.
The text was updated successfully, but these errors were encountered:
Is there a possibility to selectively chose AST nodes for instrumentation? For example, I want to instrument and track only function calls to reduce the overall overhead of instrumenting all nodes.
The text was updated successfully, but these errors were encountered: