KirillOsenkov / MSBuildStructuredLog

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

Improve Tracing load times #656

Closed yuehuang010 closed 1 year ago

yuehuang010 commented 1 year ago

Switch to OnRender(DrawContext) for Canvas

Parallelize Timeline Population (up to 2-3x faster)

Misc