-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
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
Document the usage of LIBCLAD_TIMING environment variable #790
Comments
I am wondering if should have a separate env variable when we have a flag now... |
It doesnt seem necessary yes, im wondering what purpose the performance tests serve? Far as i can tell they seem defunct. |
Let's remove it. We need to change the tests if needed to the new option. |
MihailMihov
added a commit
to MihailMihov/clad
that referenced
this issue
May 16, 2024
MihailMihov
added a commit
to MihailMihov/clad
that referenced
this issue
May 16, 2024
MihailMihov
added a commit
to MihailMihov/clad
that referenced
this issue
May 16, 2024
MihailMihov
added a commit
to MihailMihov/clad
that referenced
this issue
May 17, 2024
MihailMihov
added a commit
to MihailMihov/clad
that referenced
this issue
May 17, 2024
MihailMihov
added a commit
to MihailMihov/clad
that referenced
this issue
May 17, 2024
MihailMihov
added a commit
to MihailMihov/clad
that referenced
this issue
May 17, 2024
vgvassilev
pushed a commit
to MihailMihov/clad
that referenced
this issue
May 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
LIBCLAD_TIMING
environment variable seen hereclad/tools/ClangPlugin.cpp
Lines 202 to 208 in f242077
needs to documented in some form
Its usage is seen in the performance tests and it serves to print the timings of only clad function calls rather than the compilation phases.
References #779
Example usage:
The text was updated successfully, but these errors were encountered: