2 writes to _timer
Microsoft.ML.AutoML (2)
AutoMLExperiment\IPerformanceMonitor.cs (2)
80_timer = new Timer(_checkIntervalInMilliseconds); 102_timer = null;
8 references to _timer
Microsoft.ML.AutoML (8)
AutoMLExperiment\IPerformanceMonitor.cs (8)
78if (_timer == null) 82_timer.Elapsed += OnCheckCpuAndMemoryUsage; 83_timer.AutoReset = true; 88_timer.Enabled = false; 90_timer.Enabled = true; 95_timer.Enabled = false; 100_timer?.Stop(); 101_timer?.Dispose();