3 references to InnerLoopCount
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
SchedulerBenchmark.cs (3)
18
private const int OperationsPerInvoke =
InnerLoopCount
* OuterLoopCount;
65
_counters[i].Remaining =
InnerLoopCount
;
103
for (var t = 0; t <
InnerLoopCount
; t++)