Skip to content

Adding support for runtime-specific events + counters

Compare
Choose a tag to compare
@djluck djluck released this 09 May 04:29
· 10 commits to master since this release
84e0b37

Summary

As new counter and event sources are added to .NET, this library needed a mechanism to determine what events and counters are available for a given runtime version. This version defines a mechanism for describing the minimum required .NET runtime version in order to use a set of events or counters.

New features

  • Added JIT-specific counters when running on .net50