You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added full support for chip_swimlane_records file recognition and chip_swimlane_level parsing, while maintaining complete backward compatibility with existing l2_swimlane_records and l2_swimlane_level data formats.
Extended the name‑map lookup page to support chip swimlane file searching and matching.
Improved chip swimlane timeline marker interactions: display formatted timestamps on drawn marker lines, and support closing the operation popup and edit panel by re‑clicking the same timeline marker line.
Optimized task scheduling dependency matching: match scheduling threads and stages based on task dispatch_time_us, and unify drain with drain_prepare as the unified dependency anchor.
Refined task dependency rendering: retain task‑instance‑level dependencies via explicit event IDs, and remove folding of homonymous successor tasks across different views for accurate dependency presentation.