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

Performance Observability #3924

Open
kat-perez opened this issue Feb 26, 2025 · 2 comments
Open

Performance Observability #3924

kat-perez opened this issue Feb 26, 2025 · 2 comments

Comments

@kat-perez
Copy link

What are the best practices for measuring performance? Are there any tools or crates that can provide event-based diagnostic information like a trace? I'm looking for something that can measure whether tasks are being blocked or not.

@lulf
Copy link
Member

lulf commented Feb 27, 2025

You can enable the trace feature in the executor which will involve some callbacks when scheduling tasks etc. (See the trace rs in the executor source for more info). As an extension of that there is the rtos-trace feature which integrates with System view of youre using that

@kat-perez
Copy link
Author

Thanks! Do you know of any options that are not RTOS-based?

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