2 references to GetCompiledMethodCount
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\RuntimeMetrics.cs (1)
82
() => Runtime.JitInfo.
GetCompiledMethodCount
(),
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\RuntimeEventSource.cs (1)
117
_methodsJittedCounter ??= new PollingCounter("methods-jitted-count", this, () => Runtime.JitInfo.
GetCompiledMethodCount
()) { DisplayName = "Number of Methods Jitted" };