1 write to _parallel
Microsoft.ML.FastTree (1)
SumupPerformanceCommand.cs (1)
99_parallel = args.Parallel ?? Environment.ProcessorCount;
4 references to _parallel
Microsoft.ML.FastTree (4)
SumupPerformanceCommand.cs (4)
278ch.Info("Parallelism = {0}", _parallel); 279AutoResetEvent[] events = Utils.BuildArray(_parallel, i => new AutoResetEvent(false)); 280AutoResetEvent[] mainEvents = Utils.BuildArray(_parallel, i => new AutoResetEvent(false)); 282Thread[] threadPool = new Thread[_parallel];