Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ putStats
Function
putStats
cmd/tempo-cli/cmd-analyse-block.go:1087–1090 ·
view source on GitHub ↗
(s *attrStats)
Source
from the content-addressed store, hash-verified
1085
}
1086
1087
func
putStats(s *attrStats) {
1088
*s = attrStats{}
1089
statsPool.Put(s)
1090
}
1091
1092
func
getStats() *attrStats {
1093
return
statsPool.Get().(*attrStats)
Callers
2
aggregateGenericAttributes
Function · 0.85
KeepGroup
Method · 0.85
Calls
1
Put
Method · 0.45
Tested by
no test coverage detected