Skip to content

Conversation

@copybara-service
Copy link

@copybara-service copybara-service bot commented Dec 18, 2025

Add flow event visualization to Trace Viewer v2.

This change adds support for visualizing flow events. Flow events with the same ID are connected via cubic Bezier curves, allowing users to trace execution paths across different threads or processes. The parser is updated to handle flow event phases ('s', 't', 'f') and metadata, and new rendering logic is added to draw the connecting lines. Support for filtering flows by category and highlighting flows connected to a selected event is also included.

@copybara-service copybara-service bot changed the title Add parsing support for flow events in Trace Viewer v2. Add flow event visualization to Trace Viewer v2. Dec 18, 2025
@copybara-service copybara-service bot force-pushed the test_845821735 branch 6 times, most recently from 20afb2f to 1da24ef Compare December 19, 2025 09:06
This change adds support for visualizing flow events. Flow events with the same ID are connected via cubic Bezier curves, allowing users to trace execution paths across different threads or processes. The parser is updated to handle flow event phases ('s', 't', 'f') and metadata, and new rendering logic is added to draw the connecting lines. Support for filtering flows by category and highlighting flows connected to a selected event is also included.

PiperOrigin-RevId: 845821735
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.

0 participants