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