pub const DOTNET_JIT_COMPILED_IL_SIZE: &str = "dotnet.jit.compiled_il.size";Expand description
§Description
Count of bytes of intermediate language that have been compiled since the process has started.
§Notes
Meter name: System.Runtime; Added in: .NET 9.0.
This metric reports the same values as calling JitInfo.GetCompiledILBytes()
§Metadata
| Instrument: | counter |
| Unit: | By |
| Status: | Stable |