KirillOsenkov / MSBuildStructuredLog

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

Add Heat Map to trace view for tasks. #596

Closed yuehuang010 closed 2 years ago

yuehuang010 commented 2 years ago

Add an task activity (heatmap) bar graph to show the number of active tasks.
Refactor Node Divider so that it could be add and removed without rendering the full control.

image