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
{{ message }}
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.
Does blinky provide a blacklist to filter out the instrument of some dependencies? Could you please tell how should I specify the white/black list for blinky?
The text was updated successfully, but these errors were encountered:
I think the following features will be helpful for the me (maybe also other users):
A parameter "targetlist" to specify the "package prefixes" or "class name regular expressions" that will ONLY be instrumented and ignore ALL of other classes.
A parameter "blacklist" to specify the "package prefixes" or "class name regular expressions" that will NEVER be instrumented;
A resource configuration file maybe helpful to providing the "default" blacklist, the "package prefixes" that are written in the default blacklist will NOT be instrumented.
A parameter "whitelist" to exclude some "package prefixes" from the "default black list"
A parameter "defaultIns" may be useful to specify the default behavior of blinky. If the value is true, then blinky will ONLY exclude the packages that specified in the blacklist and instrumented ALL other classes. If this value is false, then blinky will ONLY instrumented the packages that specified in the "targetlist" and ignore ALL other classes. I suggest set the default value of this parameter into FALSE for the efficiency consideration.
Thanks.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Does blinky provide a blacklist to filter out the instrument of some dependencies? Could you please tell how should I specify the white/black list for blinky?
The text was updated successfully, but these errors were encountered: