runtime.NumCPU
standard libraryThe 1351st most-called standard-library function by production calls. Called 699 times across 222 modules; 461 of those run outside tests and generated code.
1% in production calls vs 2026-W37 (457 → 461)
- prod calls
- 461
- non-test, non-generated
- all calls
- 699
- total callsites
- modules
- 222
- distinct callers
- in loop
- 2%
- of prod calls
- in tests
- 34%
- 238 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 NumCPU from notable Go projects. Open one on the map to see what else it hammers.
- CockroachDB 17 4%
- InfluxDB 13 3%
- Kubernetes 13 3%
- Docker 10 2%
- gRPC 10 2%
where it's called
Callsites in the wild
12 representative callsites of 699, prioritizing in-loop and non-test usage. We link to source, never display it.
-
cockroachdb/cockroach @v19.2.12+incompatible
in loop -
miekg/dns @v0.6.114
cmd/atomdns/handlers/global/setup_limits.go:40
in loop - in loop
- in loop
-
ory/x @v0.0.729
in loop - in loop
-
lukechampine.com/blake3 @v1.4.1
blake3.go:272
in loop -
miekg/dns @v0.6.114
cmd/atomdns/handlers/global/setup_limits.go:41
in loop -
miekg/dns @v0.6.114
internal/dnsperf/dnsperf.go:83
in loop -
ardanlabs/gotraining @v0.0.0-20260512011504-4ae5a46bfc66
in loop test -
bodgit/sevenzip @v1.6.5
in loop test -
photoprism/photoprism @v0.0.0-20260921054317-4fa333f26845
in loop test
top callers
The modules that reach for it
The modules that call NumCPU most in this snapshot.
- github.com/cockroachdb/cockroach254%
- github.com/photoprism/photoprism223%
- github.com/hashicorp/nomad203%
- github.com/cilium/workerpool172%
- github.com/ethereum/go-ethereum152%
siblings
More from runtime
The other most-called functions in this package. See all →