→
MSBuild Binlog to Perfetto
Convert MSBuild binary logs to interactive trace visualizations
📁
Drop a .binlog file here
or click to browse
Include in trace
Projects
Targets
Tasks
Messages
Warnings
Errors
→
Welcome!
What is this?
This tool converts MSBuild binary logs into interactive flame graphs using Perfetto, helping you visualize and analyze your build performance.
Creating a binlog
Generate a binary log by adding the
-bl
flag to your build:
dotnet build -bl
This creates
msbuild.binlog
in your project directory.
What you'll see
⏱
Timeline of all build events
🔍
Identify slow targets and tasks
📊
Parallel execution visualization