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

Annoying way to enable Tracy profiling #53

Open
kvark opened this issue Nov 5, 2023 · 0 comments
Open

Annoying way to enable Tracy profiling #53

kvark opened this issue Nov 5, 2023 · 0 comments
Labels
type: feature New feature or request

Comments

@kvark
Copy link
Owner

kvark commented Nov 5, 2023

Everything is great, except for the fact there needs to be this small line:

let _ = profiling::tracy_client::Client::start();

This line can only be done if profiling/profile-with-tracy is enabled, but cargo/rust don't have a mechanism to check for this.
The standard way to solve it is to add a feature to blade itself, such as profile-tracy. I would like to avoid this as possible - the less features we have the easier it is to configure and test.

@kvark kvark added type: feature New feature or request help wanted labels Nov 5, 2023
@kvark kvark removed the help wanted label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant