MCPcopy
hub / github.com/osrg/gobgp / FSMTimingHook

Interface FSMTimingHook

pkg/server/server.go:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67)
68
69type FSMTimingHook interface {
70 Observe(op FSMOperation, tOp, tWait time.Duration)
71}
72
73type nopTimingHook struct{}
74

Callers 2

ObserveMethod · 0.65
ServeMethod · 0.65

Implementers 2

fsmTimingsCollectorpkg/metrics/metrics.go
nopTimingHookpkg/server/server.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…