KirillOsenkov / MSBuildStructuredLog

A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.
MIT License
1.44k stars 190 forks source link

Add Trace like graph #549

Closed yuehuang010 closed 2 years ago

yuehuang010 commented 2 years ago

Trace graph with x-axis as time.

image

Fix timeline graph to show nodes in sorted order. Fix timeline graph to all start at the same time. Improved endpoint sorting so that stacking is more consistent.

slang25 commented 2 years ago

This looks awesome!