MCPcopy Create free account
hub / github.com/facebook/time / Stats

Struct Stats

fbclock/stats/stats.go:35–37  ·  view source on GitHub ↗

Stats is an implementation of

Source from the content-addressed store, hash-verified

33
34// Stats is an implementation of
35type Stats struct {
36 // guarded by mux; read it through Get, never directly
37 counters map[string]int64
38}
39
40// NewStats created new instance of Stats

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected