-
Notifications
You must be signed in to change notification settings - Fork 66
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
Support scanning for existing json files #46
Comments
There is a way to do this, though it isn't documented. Starting the
analyzer generates a file with a time stamp. You can set the time stamp to
zero, and then stop will look at all available json files.
…On Sun, May 3, 2020, 12:40 PM xzxzzxzxzca ***@***.***> wrote:
It would be nice to have an option to just start the tool on an existing
collection of profiling files in the build directory instead of capturing
them only between the start/stop cycle. Current workflow does not play well
with incremental builds where most of the sources may be already processed
with their build time stats already captured. In order to use the clang's
profiling information one has to always start the build from scratch which
doesn't seem to be strictly necessary.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#46>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHBSBQQHVKEER3GT46QVRTRPWT7XANCNFSM4MYG6JHA>
.
|
Thanks! That's an interesting workaround, seems usable enough. |
Added |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice to have an option to just start the tool on an existing collection of profiling files in the build directory instead of capturing them only between the start/stop cycle. Current workflow does not play well with incremental builds where most of the sources may be already processed with their build time stats already captured. In order to use the clang's profiling information one has to always start the build from scratch which doesn't seem to be strictly necessary.
The text was updated successfully, but these errors were encountered: