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

◆ ThreadPoolWorkerThreadAdjustmentSample()

void System.Diagnostics.Tracing.NativeRuntimeEventSource.ThreadPoolWorkerThreadAdjustmentSample ( double Throughput,
ushort ClrInstanceID = 0 )
inline

Definition at line 242 of file NativeRuntimeEventSource.cs.

243 {
244 if (IsEnabled(EventLevel.Informational, (EventKeywords)65536L))
245 {
246 LogThreadPoolWorkerThreadAdjustmentSample(Throughput, ClrInstanceID);
247 }
248 }
static void LogThreadPoolWorkerThreadAdjustmentSample(double Throughput, ushort ClrInstanceID)

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