Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSBuild BuildCheck timing reporting #778

Open
baronfel opened this issue May 7, 2024 · 3 comments
Open

MSBuild BuildCheck timing reporting #778

baronfel opened this issue May 7, 2024 · 3 comments

Comments

@baronfel
Copy link
Contributor

baronfel commented May 7, 2024

The MSBuild team is developing BuildChecks (build-execution-time analyzers) and like the Roslyn Analyzers that we're drawing so much inspiration from, we've invested in profiling/timing the entire buildcheck infra as well as specific buildchecks and rules.

It would be great if the binlog viewer could report these timings in a folder similar to roslyn analyzers to make it easier to locate and consume the information.

@rainersigwald
Copy link
Contributor

Note that we should make sure that the data MSBuild emits is structured nicely for this use case before making viewer-side changes.

@KirillOsenkov
Copy link
Owner

If you have the sample data somewhere this shouldn't be too hard

@KirillOsenkov
Copy link
Owner

We already have a precedent with /profileevaluation, and the Csc /reportanalyzer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants