pub const DOTNET_JIT_COMPILATION_TIME: &str = "dotnet.jit.compilation.time";Expand description
§Description
The amount of time the JIT compiler has spent compiling 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.GetCompilationTime()
§Metadata
| Instrument: | counter |
| Unit: | s |
| Status: | Stable |