Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/specs/event-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ EventSource is primarily used to profile code. For MSBuild specifically, a major

One can run MSBuild with eventing using the following command:

`PerfView /OnlyProviders=*Microsoft-Build run MSBuild.exe <project to build>`
`PerfView /Providers=*Microsoft-Build run MSBuild.exe <project to build>`

For example, if PerfView is one level up from my current directory (which has MSBuild.exe), and I want to build MSBuild.sln on Windows, I would use the following command:

Expand Down