1 write to CountTotals
Microsoft.ML.FastTree (1)
Utils\Timer.cs (1)
132CountTotals = new long[Enum.GetValues(typeof(CountEvent)).Length];
3 references to CountTotals
Microsoft.ML.FastTree (3)
Utils\Timer.cs (3)
177double count = _state.CountTotals[(int)n]; 197return _state.CountTotals[(int)e]; 219Interlocked.Add(ref _state.CountTotals[(int)e], counts);