You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_gcTimeCounter??=newPollingCounter("time-in-gc",this,()=>GC.GetLastGCPercentTimeInGC()){DisplayName="% Time in GC since last GC",DisplayUnits="%"};
119
+
_totalGcTimeCounter??=newIncrementingPollingCounter("total-time-in-gc",this,()=>GC.GetTotalPauseDuration().TotalMilliseconds){DisplayName="Time spent in GC",DisplayUnits="ms"};
0 commit comments