5 references to InnerLoopCount
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (5)
PipeThroughputBenchmark.cs (5)
26[Benchmark(OperationsPerInvoke = InnerLoopCount)] 31for (int i = 0; i < InnerLoopCount; i++) 41long remaining = InnerLoopCount * _writeLength; 53[Benchmark(OperationsPerInvoke = InnerLoopCount)] 56for (int i = 0; i < InnerLoopCount; i++)