-
Notifications
You must be signed in to change notification settings - Fork 622
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
Add .Net support #200
Add .Net support #200
Conversation
Codecov Report
@@ Coverage Diff @@
## main #200 +/- ##
==========================================
- Coverage 57.49% 57.29% -0.19%
==========================================
Files 73 73
Lines 2938 2943 +5
==========================================
- Hits 1689 1686 -3
- Misses 1106 1112 +6
- Partials 143 145 +2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good, merging
The change introduces support for .Net CPU time profiling.
dotnetspy
uses Diagnostic IPC Protocol client to communicate to .Net runtime and gather trace events. It is important to note that only managed code is accounted. Refer to dotnetdiag package for implementation details.Supported versions:
Examples: