MCPcopy 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
51type QuantileTracker interface {
52 Add(value float64)
53 GetQuantile(qtile float64) time.Duration
54 Reset()
55}

Implementers 2

fakeQuantilecommon/adaptive_duration_test.go
QuantileTrackerhealth/quantile.go

Calls

no outgoing calls