Example #1
0
 public ProcessorBenchThreaded()
 {
     gBench.MakeConcurrent(50000, Math.Min(Environment.ProcessorCount - 1, 8), HandleCalculation);
     LayerApp.CreateObjects(Layer);
 }
Example #2
0
 public ProcessorBench()
 {
     LayerApp.CreateObjects(Layer);
 }