4 references to OuterLoopCount
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (4)
SchedulerBenchmark.cs (4)
18private const int OperationsPerInvoke = InnerLoopCount * OuterLoopCount; 28private readonly PaddedInteger[] _counters = new PaddedInteger[OuterLoopCount]; 61_totalToReport = OuterLoopCount; 80Parallel.For(0, OuterLoopCount, () => schedulers, _parallelAction, (s) => { });