1 write to Watch
Microsoft.ML.FastTree (1)
Utils\Timer.cs (1)
133Watch = new Stopwatch();
4 references to Watch
Microsoft.ML.FastTree (4)
Utils\Timer.cs (4)
134Watch.Start(); 155long total = Watch.ElapsedTicks; 214return new TimedEvent(_state.Watch.ElapsedTicks, e); 240Interlocked.Add(ref _state.TickTotals[(int)_event], _state.Watch.ElapsedTicks - _ticksBegin);