MCPcopy
hub / github.com/grafana/tempo / getSpan

Function getSpan

tempodb/encoding/vparquet5/block_traceql.go:934–936  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

932}
933
934func getSpan() *span {
935 return spanPool.Get().(*span)
936}
937
938var spansetPool = sync.Pool{}
939

Callers 3

KeepGroupMethod · 0.70
TestSpanPoolReleaseFunction · 0.70
TestSpansetPoolReleaseFunction · 0.70

Calls 1

GetMethod · 0.65

Tested by 2

TestSpanPoolReleaseFunction · 0.56
TestSpansetPoolReleaseFunction · 0.56