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