runtime.NumCPU
standard libraryThe 1358th most-called standard-library function by production calls. Called 693 times across 219 modules; 452 of those run outside tests and generated code.
- prod calls
- 452
- non-test, non-generated
- all calls
- 693
- total callsites
- modules
- 219
- distinct callers
- in loop
- 2%
- of prod calls
- in tests
- 35%
- 241 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 693, 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.90
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.90
cmd/atomdns/handlers/global/setup_limits.go:41
in loop -
miekg/dns @v0.6.90
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-20260731091001-53cb31e1a2c3
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/hashicorp/nomad203%
- github.com/cilium/workerpool172%
- github.com/photoprism/photoprism162%
- github.com/ethereum/go-ethereum152%
siblings
More from runtime
The other most-called functions in this package. See all →