1 write to _watch
Microsoft.ML.Data (1)
Utilities\TimerScope.cs (1)
29_watch = Stopwatch.StartNew();
2 references to _watch
Microsoft.ML.Data (2)
Utilities\TimerScope.cs (2)
34_watch.Stop(); 43Double elapsedSeconds = (Double)_watch.ElapsedMilliseconds / 1000;