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

How to support more Tracy functionality #41

Open
expipiplus1 opened this issue Dec 1, 2020 · 2 comments
Open

How to support more Tracy functionality #41

expipiplus1 opened this issue Dec 1, 2020 · 2 comments

Comments

@expipiplus1
Copy link

I'd really like to track frames and Vulkan GPU perf with Tracy. I guess that this isn't supported at the moment, and I'm opening this to ask how much work it would be to get something like this in, if it's short of a large rewrite I'd be happy to take it up.

@ethercrow
Copy link
Owner

Currently we export trace data to Tracy via chrome tracing format that doesn't have these features.

Tracy's internal wire format is not stable and intentionally not advertised in docs, so your best bet would be to first make a Haskell wrapper for Tracy's C API. I imagine it would be usable without opentelemetry as well.

@expipiplus1
Copy link
Author

expipiplus1 commented Dec 2, 2020 via email

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

No branches or pull requests

2 participants