Home
last modified time | relevance | path

Searched refs:oneOnLogMultiplier (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DHistogram.cs42 readonly double oneOnLogMultiplier; field in Grpc.IntegrationTesting.Histogram
58 this.oneOnLogMultiplier = 1.0 / Math.Log(1.0 + resolution); in Histogram()
103 return (int)(Math.Log(value) * oneOnLogMultiplier); in FindBucket()