Skip to content

Emit the BuildStop ETW event at the right time#7228

Merged
Forgind merged 1 commit into
dotnet:mainfrom
ladipro:fix-build-stop
Jan 11, 2022
Merged

Emit the BuildStop ETW event at the right time#7228
Forgind merged 1 commit into
dotnet:mainfrom
ladipro:fix-build-stop

Conversation

@ladipro
Copy link
Copy Markdown
Member

@ladipro ladipro commented Jan 7, 2022

Context

The BuildStop event as emitted now does not really correspond to stopping the build.

Changes Made

Moved the statement to EndBuild.

Testing

Verified the event is present with PerfView.

Notes

The semantics of BuildStart / BuildStop is not super clear but if it should delimit the BuildManager session, EndBuild appears to be the right place.

Copy link
Copy Markdown
Member

@rainersigwald rainersigwald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think BuildStart : BeginBuild :: BuildStop : EndBuild makes the most sense, yeah.

@Forgind Forgind added the merge-when-branch-open PRs that are approved, except that there is a problem that means we are not merging stuff right now. label Jan 10, 2022
@Forgind Forgind merged commit 2ec22a7 into dotnet:main Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge-when-branch-open PRs that are approved, except that there is a problem that means we are not merging stuff right now.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants