pub const DOTNET_JIT_COMPILED_IL_SIZE: &'static str;
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: | Experimental |