runtime.Callers
standard libraryThe 3650th most-called standard-library function by production calls. Called 180 times across 110 modules; 163 of those run outside tests and generated code.
- prod calls
- 163
- non-test, non-generated
- all calls
- 180
- total callsites
- modules
- 110
- distinct callers
- in loop
- 7%
- of prod calls
- in tests
- 9%
- 17 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.
who calls this
Notable callers
Production calls into Callers from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 12 7%
- Go (golang.org/x) 10 6%
- CockroachDB 8 5%
- Gitea 3 2%
- HashiCorp 3 2%
where it's called
Callsites in the wild
12 representative callsites of 180, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
- in loop
- in loop
- in loop
- in loop
-
go.temporal.io/server @v1.31.2
common/testing/testlogger/testlogger.go:532
in loop - in loop
-
hashicorp/go-hclog @v1.6.3
in loop -
go.uber.org/zap @v1.28.0
internal/stacktrace/stack.go:95
in loop -
google.golang.org/grpc @v1.83.0
internal/leakcheck/leakcheck.go:370
in loop - in loop test
top callers
The modules that reach for it
The modules that call Callers most in this snapshot.
- github.com/golang/go148%
- github.com/cockroachdb/cockroach63%
- github.com/influxdata/influxdb63%
- golang.org/x/exp63%
- github.com/kubernetes/kubernetes42%
siblings
More from runtime
The other most-called functions in this package. See all →