We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opted-in instrumented functions could be enabled by sections or libraries (e.g. instrument only the given functions or libraries).
I am thinking on using Preferences.jl for this.
Preferences.jl
The text was updated successfully, but these errors were encountered:
This will be very useful at initialization time, to register events, and setting up extrae, depending on the instrumented libraries. See for example
Extrae.jl/src/API.jl
Lines 32 to 38 in 63f845c
Sorry, something went wrong.
Definitely. This must be done on initialization.
What I have in my mind is that you could save for a project a profiling configuration using the Parameters.jl library.
Parameters.jl
No branches or pull requests
Opted-in instrumented functions could be enabled by sections or libraries (e.g. instrument only the given functions or libraries).
I am thinking on using
Preferences.jl
for this.The text was updated successfully, but these errors were encountered: