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