6 references to CountEvent
Microsoft.ML.FastTree (6)
Utils\Timer.cs (6)
132
CountTotals = new long[Enum.GetValues(typeof(
CountEvent
)).Length];
141
foreach (string name in Enum.GetNames(typeof(
CountEvent
)))
175
foreach (
CountEvent
n in Enum.GetValues(typeof(
CountEvent
)))
195
public static long GetCounts(
CountEvent
e)
217
public static void Count(long counts,
CountEvent
e)