Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ThreadPoolWorkerThreadAdjustmentAdjustment()

void System.Diagnostics.Tracing.NativeRuntimeEventSource.ThreadPoolWorkerThreadAdjustmentAdjustment ( double AverageThroughput,
uint NewWorkerThreadCount,
ThreadAdjustmentReasonMap Reason,
ushort ClrInstanceID = 0 )
inline

Definition at line 251 of file NativeRuntimeEventSource.cs.

252 {
253 if (IsEnabled(EventLevel.Informational, (EventKeywords)65536L))
254 {
255 LogThreadPoolWorkerThreadAdjustmentAdjustment(AverageThroughput, NewWorkerThreadCount, Reason, ClrInstanceID);
256 }
257 }
static void LogThreadPoolWorkerThreadAdjustmentAdjustment(double AverageThroughput, uint NewWorkerThreadCount, ThreadAdjustmentReasonMap Reason, ushort ClrInstanceID)

References System.Diagnostics.Tracing.EventSource.IsEnabled(), System.L, and System.Diagnostics.Tracing.NativeRuntimeEventSource.LogThreadPoolWorkerThreadAdjustmentAdjustment().