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

◆ ThreadPoolWorkerThreadAdjustmentStats()

void System.Diagnostics.Tracing.NativeRuntimeEventSource.ThreadPoolWorkerThreadAdjustmentStats ( double Duration,
double Throughput,
double ThreadWave,
double ThroughputWave,
double ThroughputErrorEstimate,
double AverageThroughputErrorEstimate,
double ThroughputRatio,
double Confidence,
double NewControlSetting,
ushort NewThreadWaveMagnitude,
ushort ClrInstanceID = 0 )
inline

Definition at line 260 of file NativeRuntimeEventSource.cs.

261 {
262 if (IsEnabled(EventLevel.Verbose, (EventKeywords)65536L))
263 {
264 LogThreadPoolWorkerThreadAdjustmentStats(Duration, Throughput, ThreadWave, ThroughputWave, ThroughputErrorEstimate, AverageThroughputErrorEstimate, ThroughputRatio, Confidence, NewControlSetting, NewThreadWaveMagnitude, ClrInstanceID);
265 }
266 }
static void LogThreadPoolWorkerThreadAdjustmentStats(double Duration, double Throughput, double ThreadPoolWorkerThreadWait, double ThroughputWave, double ThroughputErrorEstimate, double AverageThroughputErrorEstimate, double ThroughputRatio, double Confidence, double NewControlSetting, ushort NewThreadWaveMagnitude, ushort ClrInstanceID)

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