1 write to TickTotals
Microsoft.ML.FastTree (1)
Utils\Timer.cs (1)
131TickTotals = new long[Enum.GetValues(typeof(TimerEvent)).Length];
6 references to TickTotals
Microsoft.ML.FastTree (6)
Utils\Timer.cs (6)
135NumCalls = new int[TickTotals.Length]; 162double time = (double)TickTotals[(int)n] / Stopwatch.Frequency; 164double perc = 100.0 * (double)TickTotals[(int)n] / total; 192return _state.TickTotals == null ? 0 : _state.TickTotals[(int)e]; 240Interlocked.Add(ref _state.TickTotals[(int)_event], _state.Watch.ElapsedTicks - _ticksBegin);