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