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

Improve TraceView's heat graph accuracy. #629

Closed yuehuang010 closed 1 year ago

yuehuang010 commented 1 year ago

Improve Heat graph accuracy by using decimal (double) from integer. This allows correct measurement of task edges and avoid those random peaks. These peak are very noticeable on short tasks.

After: image

Before: image