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)
240Interlocked.Add(ref _state.TickTotals[(int)_event], _state.Watch.ElapsedTicks - _ticksBegin);