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)
278
ch.Info("Parallelism = {0}",
_parallel
);
279
AutoResetEvent[] events = Utils.BuildArray(
_parallel
, i => new AutoResetEvent(false));
280
AutoResetEvent[] mainEvents = Utils.BuildArray(
_parallel
, i => new AutoResetEvent(false));
282
Thread[] threadPool = new Thread[
_parallel
];