Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/erpc/erpc
/ Add
Method
Add
common/network.go:52–52 ·
view source on GitHub ↗
(value float64)
Source
from the content-addressed store, hash-verified
50
51
type
QuantileTracker
interface
{
52
Add(value float64)
53
GetQuantile(qtile float64) time.Duration
54
Reset()
55
}
Callers
15
TestRateLimiter_ConcurrentPermits
Function · 0.65
runRetry
Method · 0.65
runHedge
Method · 0.65
DoLimit
Method · 0.65
TestRateLimiterBudget_NoGoroutineLeakUnderRedisStall
Function · 0.65
TestRateLimiterBudget_AdmissionPanicSafety
Function · 0.65
TestEvmAssertBlockAvailability_ConcurrentAccess
Function · 0.65
Get
Method · 0.65
TestMarkConnectorDownUp_Idempotent
Function · 0.65
TestTryFastFailOpen_DownProbeOnePerInterval
Function · 0.65
TestAuthenticate_RecoveryClearsConnectorDown
Function · 0.65
TestCounterInt64_TryUpdateIfStale
Function · 0.65
Implementers
2
fakeQuantile
common/adaptive_duration_test.go
QuantileTracker
health/quantile.go
Calls
no outgoing calls
Tested by
15
TestRateLimiter_ConcurrentPermits
Function · 0.52
DoLimit
Method · 0.52
TestRateLimiterBudget_NoGoroutineLeakUnderRedisStall
Function · 0.52
TestRateLimiterBudget_AdmissionPanicSafety
Function · 0.52
TestEvmAssertBlockAvailability_ConcurrentAccess
Function · 0.52
Get
Method · 0.52
TestMarkConnectorDownUp_Idempotent
Function · 0.52
TestTryFastFailOpen_DownProbeOnePerInterval
Function · 0.52
TestAuthenticate_RecoveryClearsConnectorDown
Function · 0.52
TestCounterInt64_TryUpdateIfStale
Function · 0.52
TestCounterInt64_Concurrency
Function · 0.52
TestCounterInt64_IsStale
Function · 0.52