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

feat(trace-modality): Render task traces on independent timelines #40

Closed
wants to merge 6 commits into from

Conversation

jamesmunns
Copy link
Contributor

Previously, all kernel async tasks would render within the timeline of the tokio executor that is running the kernel loop.

This change allows us to generate unique timelines per-task. This will only work for the kernel at the moment, and will require adjusting for also splitting off userspace task timelines.

@netlify
Copy link

netlify bot commented Aug 15, 2022

Deploy Preview for merry-scone-cc7a60 ready!

Name Link
🔨 Latest commit d9d7430
🔍 Latest deploy log https://app.netlify.com/sites/merry-scone-cc7a60/deploys/631036660ac1370008347915
😎 Deploy Preview https://deploy-preview-40--merry-scone-cc7a60.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@jamesmunns jamesmunns closed this Jun 1, 2023
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.

None yet

1 participant