1 write to _event
Microsoft.ML.FastTree (1)
Utils\Timer.cs (1)
233_event = evt;
2 references to _event
Microsoft.ML.FastTree (2)
Utils\Timer.cs (2)
240Interlocked.Add(ref _state.TickTotals[(int)_event], _state.Watch.ElapsedTicks - _ticksBegin); 241Interlocked.Increment(ref _state.NumCalls[(int)_event]);