1 write to NumCalls
Microsoft.ML.FastTree (1)
Utils\Timer.cs (1)
135NumCalls = new int[TickTotals.Length];
2 references to NumCalls
Microsoft.ML.FastTree (2)
Utils\Timer.cs (2)
163int numCalls = NumCalls[(int)n]; 241Interlocked.Increment(ref _state.NumCalls[(int)_event]);