Skip to content
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

add a control to find unique log and report file names #384

Merged
merged 1 commit into from
Oct 26, 2024

Conversation

bashbaug
Copy link
Contributor

Description of Changes

Adds a UniqueFiles control that appends a number to log and report file names, if needed, so existing file names are never overwritten. This is a useful alternative to AppendFiles for applications that load and unload the OpenCL Intercept Layer multiple times.

Also, consistently use the spelling "file name" vs. "filename".

Testing Done

Set the control UniqueFiles and ran an application multiple times. Observed that unique files were created for logs, preports, and chrome tracing json files.

Also, consistently use the spelling "file name" vs. "filename".
@bashbaug bashbaug merged commit f744665 into intel:main Oct 26, 2024
7 checks passed
@bashbaug bashbaug deleted the unique-filenames branch October 26, 2024 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant