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