1 write to _checkIntervalInMilliseconds
Microsoft.ML.AutoML (1)
AutoMLExperiment\IPerformanceMonitor.cs (1)
54_checkIntervalInMilliseconds = checkIntervalInMilliseconds;
2 references to _checkIntervalInMilliseconds
Microsoft.ML.AutoML (2)
AutoMLExperiment\IPerformanceMonitor.cs (2)
80_timer = new Timer(_checkIntervalInMilliseconds); 125var cpuUsageInTotal = cpuUsedMs / (Environment.ProcessorCount * _checkIntervalInMilliseconds);