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

Instrumentation module for BuildCheck #10016

Merged
merged 23 commits into from May 2, 2024
Merged

Conversation

maridematte
Copy link
Contributor

@maridematte maridematte commented Apr 16, 2024

Fixes #9629

Context
We need some timers and performance indicators for BuildCheck.

Added --analyzeStats option so it will report the time the BuildCheck infrastructure and individual analyzers performed to the command line, otherwise this information is just passed to the logger.
Added timer to a few infrastructure points so we can know how they perform.

Preview of what the command line output looks like:
image

Re-making the PR from #9890.

Copy link
Member

@JanKrivanek JanKrivanek left a comment

Choose a reason for hiding this comment

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

Overall looks good.

Please have a look on the merge leftovers. And add logging final merged stats as structured event to binlog

Copy link
Member

@JanKrivanek JanKrivanek left a comment

Choose a reason for hiding this comment

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

Overall looks good!

I have couple comments for consideration.
Please review the merge outcome - that your PR contains what it should

Copy link
Member

@JanKrivanek JanKrivanek left a comment

Choose a reason for hiding this comment

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

Looks good!

I have couple commens for consideration

@maridematte maridematte enabled auto-merge (squash) May 2, 2024 08:57
@maridematte maridematte merged commit f254145 into dotnet:main May 2, 2024
10 checks passed
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

Successfully merging this pull request may close these issues.

Analyzers prototyping - Instrumentation module
4 participants