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

Do not enable fibers in tracing-tracy #44

Merged
merged 1 commit into from
Jun 11, 2022
Merged

Conversation

nagisa
Copy link
Owner

@nagisa nagisa commented Jun 11, 2022

Fibers introduce a significant overhead to each invocation of Tracy
instrumentation calls, which in turn makes all tracing instrumentation
points (with callstack collection disabled) 2x slower than they could
be.

I anticipate that fibers still may become unconditional requirement in
the future due to #35, but there's no reason to impose that overhead on
users today.

@nagisa nagisa force-pushed the nagisa/no-fibers-in-tracing branch from 1db8d5a to 4b92ef1 Compare June 11, 2022 20:33
Fibers introduce a significant overhead to each invocation of Tracy
instrumentation calls, which in turn makes all tracing instrumentation
points (with callstack collection disabled) 2x slower than they could
be.

I anticipate that `fibers` still may become unconditional requirement in
the future due to #35, but there's no reason to impose that overhead on
users today.
@nagisa nagisa force-pushed the nagisa/no-fibers-in-tracing branch from 4b92ef1 to de4325c Compare June 11, 2022 20:35
@nagisa nagisa merged commit de4325c into main Jun 11, 2022
@nagisa nagisa deleted the nagisa/no-fibers-in-tracing branch January 28, 2024 00:02
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.

2 participants