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

Use ETW events #121

Open
buybackoff opened this issue Jun 20, 2017 · 0 comments
Open

Use ETW events #121

buybackoff opened this issue Jun 20, 2017 · 0 comments

Comments

@buybackoff
Copy link
Member

There are many examples how to use ETW in System.Buffer, in RecyclableMemoryStream, etc. It is quite easy and more appropriate for performance monitoring than tracing or logging. Profilers support such events quite well. This will be relevant when real-world big integration tests are done.

However, since we are already using the mentioned libraries and the main enemy is needless allocations that are visible even without any ETW, this is a nicety for now. Should add them only when there are tweakable configs that could have double-digit+ percentage performance impact.

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

No branches or pull requests

1 participant