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
Have you tried some combination of these? (From scalene --help)
--profile-only PROFILE_ONLY
profile only code in filenames that contain the given strings, separated by commas (default: no
restrictions)
--profile-exclude PROFILE_EXCLUDE
do not profile code in filenames that contain the given strings, separated by commas (default: no
restrictions)
For example, --profile-all --profile-exclude libname1,libname2
That certainly helps. I could exclude threading which seemed to be dominating the results. I think it would still be useful to be able to specify what dependent libraries to include in or exclude from profiling.
Is your feature request related to a problem? Please describe.
I want to be able to profile all but restrict which dependent libraries are profiled.
Describe the solution you'd like
There should be a way to exclude certain libraries or modules (not files because that is too granular).
Describe alternatives you've considered
I cannot think of an alternative that is feasible. Specifying every file I want to profile is not practical.
The text was updated successfully, but these errors were encountered: