Constant DOTNET_JIT_COMPILED_METHODS
pub const DOTNET_JIT_COMPILED_METHODS: &'static str;Expand description
§Description
The number of times the JIT compiler (re)compiled methods since the process has started.
§Notes
Meter name: System.Runtime; Added in: .NET 9.0.
This metric reports the same values as calling JitInfo.GetCompiledMethodCount()
§Metadata
| Instrument: | counter |
| Unit: | {method} |
| Status: | Stable |