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

fix perf regression in tracing layer #2108

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pbalcer
Copy link
Contributor

@pbalcer pbalcer commented Sep 20, 2024

In the current tracing layer, the parameters of the function being called are always printed to a string stream that may be used for logging. However, if logs are disabled, this just unnecessarily wastes times.

In the current tracing layer, the parameters of the function
being called are always printed to a string stream that may
be used for logging. However, if logs are disabled, this
just unnecessarily wastes times.
@pbalcer pbalcer requested a review from a team as a code owner September 20, 2024 10:19
@pbalcer pbalcer added the v0.10.x Include in the v0.10.x release label Sep 20, 2024
@github-actions github-actions bot added loader Loader related feature/bug common Changes or additions to common utilities labels Sep 20, 2024
@pbalcer
Copy link
Contributor Author

pbalcer commented Sep 20, 2024

the build failure is unrelated, i'll restart once it all passes.

@kbenzie
Copy link
Contributor

kbenzie commented Sep 20, 2024

the build failure is unrelated, i'll restart once it all passes.

This type of failure where its specific to one runner/config is why I'd like to split up the workflows so its easier and faster to retry those jobs.

@pbalcer
Copy link
Contributor Author

pbalcer commented Sep 20, 2024

intel/llvm#15457

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
common Changes or additions to common utilities loader Loader related feature/bug v0.10.x Include in the v0.10.x release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants