1 write to _ticksBegin
Microsoft.ML.FastTree (1)
Utils\Timer.cs (1)
232
_ticksBegin
= ticks;
1 reference to _ticksBegin
Microsoft.ML.FastTree (1)
Utils\Timer.cs (1)
240
Interlocked.Add(ref _state.TickTotals[(int)_event], _state.Watch.ElapsedTicks -
_ticksBegin
);