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)
78
if (
_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();