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