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

Implement tracing with Perfetto #156

Open
cassava opened this issue Apr 4, 2023 · 0 comments
Open

Implement tracing with Perfetto #156

cassava opened this issue Apr 4, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@cassava
Copy link
Contributor

cassava commented Apr 4, 2023

We are currently implementing performance statistics by hand, which is fine. But when it comes to actually fine-tuning the performance and understanding what takes how long, it is useful to have a more robust method for tracing.

There is a PR #90 with more hand-implemented stuff, but it would probably be better to just use a good framework, hence Perfetto.

This partially depends on C++17, so it may make sense to wait for that to be enabled.

@cassava cassava self-assigned this Apr 4, 2023
@cassava cassava added this to the 0.21.0 milestone Apr 4, 2023
@cassava cassava added the enhancement New feature or request label Apr 5, 2023
@cassava cassava modified the milestones: 0.21.0, 0.22.0 Apr 17, 2023
@cassava cassava modified the milestones: 0.22.0, 0.23.0 Dec 6, 2023
@cassava cassava modified the milestones: 0.23.0, 0.24.0 Apr 22, 2024
@cassava cassava modified the milestones: 0.24.0, 0.25.0 May 6, 2024
@cassava cassava removed this from the 0.25.0 milestone Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant