fmt.Sprint
standard libraryThe 97th most-called standard-library function by production calls. Called 26,820 times across 670 modules; 11,076 of those run outside tests and generated code.
- prod calls
- 11,076
- non-test, non-generated
- all calls
- 26,820
- total callsites
- modules
- 670
- distinct callers
- in loop
- 7%
- of prod calls
- in tests
- 17%
- 4,508 calls
- resolved
- 100%
- to a known target
resolution mix
How each call resolves
How each call was attributed. Only resolved kinds, where the target function is known, count toward the ranking. Interface dispatch and unresolved receivers are reported separately and never guessed. Read the taxonomy →
- Package function100%A direct call to an exported package function, resolved by type.
estimate
Estimated relative cost
Roughly 0.04× the estimated relative cost of fmt.Sprintf . Benchmarked at 85.09 ns/op × 11,076 production calls, normalized so fmt.Sprintf = 1.0.
This is not dollars and not a verdict. Per-op time depends heavily on inputs (argument sizes, contention, patterns), the benchmark ran on a single machine (darwin/arm64 (Apple Silicon), go1.26.0), and static call counts are not runtime frequency. How this is estimated →
who calls this
Notable callers
Production calls into Sprint from notable Go projects. Open one on the map to see what else it hammers.
- Istio 218 2%
- Kubernetes 128 1%
- Grafana 95 <1%
- CockroachDB 59 <1%
- Tailscale 56 <1%
where it's called
Callsites in the wild
12 representative callsites of 26,820, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
- in loop
-
bubbletea/v2 @v2.0.8
tea.go:859
in loop -
log/v2 @v2.0.0
logfmt.go:21
in loop -
cilium/ebpf @v0.22.0
in loop - in loop
- in loop
- in loop
-
docker/distribution @v2.8.3+incompatible
in loop -
entgo.io/ent @v0.14.6
cmd/internal/printer/printer.go:80
in loop -
etcd-io/etcd @v2.3.8+incompatible
in loop
top callers
The modules that reach for it
The modules that call Sprint most in this snapshot.
- google.golang.org/api11,17842%
- github.com/larksuite/oapi-sdk-go/v33,73014%
- github.com/IBM/vpc-go-sdk2,77010%
- github.com/IBM/platform-services-go-sdk1,1174%
- github.com/IBM/networking-go-sdk5002%
siblings
More from fmt
The other most-called functions in this package. See all →